Created
October 24, 2016 10:59
-
-
Save Grissess/6f1342cd4b19af8fd7c0c785699bc70a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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. | |
CFLAGS="-O2 -pipe -mtune=native -fomit-frame-pointer" | |
CXXFLAGS="${CFLAGS}" | |
# 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" | |
# These are the USE flags that were used in addition to what is provided by the | |
# profile used for building. | |
USE="-bindist -dbus doc latex mmx sse sse2 python threads lzo caps anacron vim-syntax bash-completion zsh-completion dns offensive infinality truetype X libkms png branding consolekit policykit cgroups cairo jit xlib-xcb xcb opengl fontconfig xkb xft startup-notification gtk3 gtk jpeg libffi sqlite apng vorbis alsa x264 vaapi vdpau sdl aalib libcaca fbcon cups i915 jack qt5 v4l xv ffmpeg sndfile pulseaudio fluidsynth ogg aac mp3 mp4 dssi ladspa odbc mysql bluetooth lv2" | |
PORTDIR="/usr/portage" | |
DISTDIR="${PORTDIR}/distfiles" | |
PKGDIR="${PORTDIR}/packages" | |
MAKEOPTS="-j9" | |
ACCEPT_KEYWORDS="~amd64" | |
GENTOO_MIRRORS="http://mirror.clarkson.edu/gentoo" | |
#SYNC="rsync://rsync.us.gentoo.org/gentoo-portage" | |
PORTAGE_TMPDIR="/tmp" | |
PORTAGE_ELOG_CLASSES="log warn error info" | |
PORTAGE_ELOG_SYSTEM="save" | |
INPUT_DEVICES="evdev synaptics" | |
VIDEO_CARDS="intel" | |
CPU_FLAGS_X86="aes avx avx2 fma3 mmx mmxext popcnt sse sse2 sse3 sse4_1 sse4_2 ssse3" | |
PYTHON_SINGLE_TARGET="python3_5" | |
PYTHON_TARGETS="python2_7 python3_4 python3_5" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment