Last active
December 10, 2015 05:28
-
-
Save rd2b/4387644 to your computer and use it in GitHub Desktop.
Gentoo/Portage make.conf file for my AMD Athlon64 4600+ It runs mostly XFCE with Amarok and Firefox
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
# Please consult /usr/share/portage/config/make.conf.example for a more | |
# detailed example. | |
CFLAGS="-O2 -march=k8 -pipe" | |
CXXFLAGS="${CFLAGS}" | |
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="apng alsa bash-completion consolekit dbus embedded gudev hwdb libkms | |
matroska mmx mp3 ogg policykit secure-delete sse sse2 threads udev vim-syntax | |
vorbis wma-fixed X x264 | |
-cups -gnome -introspection -ipv6 -lvm1 -lvm2 -kde -minimal -mono -webdav | |
-handbook -upower" | |
GENTOO_MIRRORS="http://gentoo.localhost.net.ar/ ftp://mirrors.localhost.net.ar/pub/mirrors/gentoo/ http://ftp.swin.edu.au/gentoo 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/ ftp://de-mirror.org/gentoo/ http://de-mirror.org/gentoo/ http://mirror.datapipe.net/gentoo ftp://mirror.datapipe.net/gentoo rsync://mirrors.rit.edu/gentoo/ ftp://mirrors.rit.edu/gentoo/ http://mirrors.rit.edu/gentoo/" | |
SYNC="rsync://rsync.fr.gentoo.org/gentoo-portage" | |
VIDEO_CARDS="nvidia vesa" | |
LINGUAS="fr" | |
MAKEOPTS="-j3" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment