# These settings were set by the catalyst build script that automatically # built this stage. # Please consult /usr/share/portage/config/make.conf.example for a more # detailed example. # Build-time functionality # ======================== USE="-ipv6 -nls -systemd acpi alsa bash-completion man unicode vim-syntax" # Host Setting # =========== CHOST="x86_64-pc-linux-gnu" # Host and Optimization settings # ============================== COMMON_FLAGS="-march=native -O2 -pipe" CFLAGS="${COMMON_FLAGS}" CXXFLAGS="${COMMON_FLAGS}" FCFLAGS="${COMMON_FLAGS}" FFLAGS="${COMMON_FLAGS}" # Advanced Masking # ================ ACCEPT_LICENSE="* -@EULA" # Portage Directories # =================== PORTAGE_TMPDIR=/var/tmp PKGDIR=/var/cache/binpkgs # Gentoo mirrors - Generated using 'mirrorselect -i -o' GENTOO_MIRRORS="rsync://ftp.iij.ad.jp/pub/linux/gentoo/ \ rsync://mirrors.mit.edu/gentoo-distfiles/ \ rsync://mirror.init7.net/gentoo/ \ rsync://ftp.kaist.ac.kr/gentoo/ \ rsync://mirror.ps.kz/gentoo \ rsync://ftp.jaist.ac.jp/pub/Linux/Gentoo/ \ rsync://ftp.riken.jp/gentoo/ \ https://ftp.jaist.ac.jp/pub/Linux/Gentoo/ \ https://ftp.riken.jp/Linux/gentoo/ \ https://mirror.ps.kz/gentoo/pub \ https://ftp.kaist.ac.kr/pub/gentoo/ \ https://mirror.init7.net/gentoo/ \ https://mirrors.mit.edu/gentoo-distfiles/" # NOTE: This stage was built with the bindist Use flag enabled # This sets the language of build output to English. # Please keep this setting intact when reporting bugs. LC_MESSAGES=C.utf8 # Advanced Features # ================= # If left undefined, Portage's default behavior is to set the MAKEOPTS value to the same number of threads returned by `nproc` #make_opts="-j$(( $( nproc ) + 1 ))" MAKEOPTS="-j4" FEATURES="candy downgrade-backup fail-clean parallel-fetch unmerge-backup" # USE_EXPAND # ========= CPU_FLAGS_X86="aes avx avx2 f16c fma3 mmx mmxext pclmul popcnt rdrand sse sse2 sse3 sse4_1 sse4_2 ssse3" GRUB_PLATFORMS="efi-64" VIDEO_CARDS="intel amdgpu radeonsi" INPUT_DEVICES="libinput" LINGUAS="en en_US en_GB" L10N="en en_US en_GB" PORTAGE_SCHEDULING_POLICY="idle" PORTAGE_IONICE_COMMAND="ionice -c 3 -p \${PID}" #PORTAGE_NICENESS="15" # Systemd prevention # ================== # Assuming INSTALL_MASK contains more items represented by ellipsis: INSTALL_MASK="/lib/systemd/*/*.service /usr/lib/systemd/*/*.service"