Skip to content

Instantly share code, notes, and snippets.

@lmonika
Last active August 29, 2015 14:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lmonika/435ba97434fa58a18f8f to your computer and use it in GitHub Desktop.
Save lmonika/435ba97434fa58a18f8f to your computer and use it in GitHub Desktop.
Linux gen2 3.18.12-gentoo #1 - Gentoo make.conf
# http://git.io/vTTom
# 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 -march=i686 -pipe"
CFLAGS="-O2 -march=native -mtune=native -pipe"
CXXFLAGS="${CFLAGS}"
CPU_FLAGS_X86="3dnow 3dnowext mmx mmxext sse"
# 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="i686-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 examples mmx sse mmxext 3dnowext 3dnow "
USE=$USE" nls unicode ssl ipv6 dbus consolekit "
USE=$USE" truetype alsa ogg twolame lame "
USE=$USE" X gtk qt3 qt4 udev libnotify "
USE=$USE" libav -systemd"
PORTDIR="/usr/portage"
DISTDIR="${PORTDIR}/distfiles"
PKGDIR="${PORTDIR}/packages"
MAKEOPTS="-j2"
PORTAGE_ELOG_SYSTEM="save"
PORTAGE_ELOG_CLASSES="warn error info log qa"
GENTOO_MIRRORS="ftp://ftp.free.fr/mirrors/ftp.gentoo.org/ ftp://gentoo.imj.fr/pub/gentoo/ http://mirrors.linuxant.fr/distfiles.gentoo.org/ ftp://mirrors.linuxant.fr/distfiles.gentoo.org/ http://gentoo.modulix.net/gentoo/ ftp://mirror.ovh.net/gentoo-distfiles/ http://mirror.ovh.net/gentoo-distfiles/"
#!!! SYNC setting found in make.conf.
# This setting is Deprecated and no longer used. Please ensure your 'sync-type' and 'sync-uri' are set correctly in /etc/portage/repos.conf/gentoo.conf
# mkdir /etc/portage/repos.conf/
#SYNC="rsync://rsync.fr.gentoo.org/gentoo-portage"
## (Pour la prise en charge de la souris, du clavier et du pavé tactile Synaptics)
##INPUT_DEVICES="evdev synaptics"
## (Pour la prise en charge de la souris, du clavier)
INPUT_DEVICES="evdev"
VIDEO_CARDS="radeon"
LINGUAS="fr en en_GB de"
source /var/lib/layman/make.conf
EMERGE_DEFAULT_OPTS="--with-bdeps=y --ask --verbose"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment