# Build setup as of # C, C++ and FORTRAN options for GCC. COMMON_FLAGS="-march=native -O2 -pipe" CFLAGS="${COMMON_FLAGS}" CXXFLAGS="${COMMON_FLAGS}" FCFLAGS="${COMMON_FLAGS}" FFLAGS="${COMMON_FLAGS}" # Note: MAKEOPTS and EMERGE_DEFAULT_OPTS are set in .bashrc # The following licence is required, in addition to @FREE, for GNOME. ACCEPT_LICENSE="CC-Sampling-Plus-1.0" # WARNING: Changing your CHOST is not something that should be done lightly. # Please consult http://www.gentoo.org/doc/en/change-chost.xml before changing. CHOST="x86_64-pc-linux-gnu" # Use the 'stable' branch - 'testing' no longer required for Gnome 3. # NB, amd64 is correct for both Intel and AMD 64-bit CPUs ACCEPT_KEYWORDS="amd64" # Additional USE flags supplementary to those specified by the current profile. USE="" CPU_FLAGS_X86="mmx mmxext sse sse2 sse3 ssse3" # Important Portage directories. PORTDIR="/var/db/repos/gentoo" DISTDIR="/var/cache/distfiles" PKGDIR="/var/cache/binpkgs" # This sets the language of build output to English. # Please keep this setting intact when reporting bugs. LC_MESSAGES=C # Turn on logging - see http://gentoo-en.vfose.ru/wiki/Gentoo_maintenance. PORTAGE_ELOG_CLASSES="info warn error log qa" # Echo messages after emerge, also save to /var/log/portage/elog PORTAGE_ELOG_SYSTEM="echo save" # Ensure elogs saved in category subdirectories. # Build binary packages as a byproduct of each emerge, a useful backup. FEATURES="split-elog buildpkg" # Globally enable Wayland. USE="${USE} wayland" # Globally disable GNOME's tracker software. USE="${USE} -tracker" # Settings for X11 VIDEO_CARDS="intel i965" INPUT_DEVICES="libinput" GENTOO_MIRRORS="http://www.gtlib.gatech.edu/pub/gentoo https://gentoo.osuosl.org/ https://mirrors.rit.edu/gentoo/ ftp://mirrors.rit.edu/gentoo/ http://gentoo.mirrors.tds.net/gentoo"