Advertisement
Guest User

make.conf

a guest
Nov 15th, 2014
347
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.14 KB | None | 0 0
  1. # These settings were set by the catalyst build script that automatically
  2. # built this stage.
  3. # Please consult /usr/share/portage/config/make.conf.example for a more
  4. # detailed example.
  5. CFLAGS="-march=native -O2 -pipe"
  6. CXXFLAGS="${CFLAGS}"
  7. # WARNING: Changing your CHOST is not something that should be done lightly.
  8. # Please consult http://www.gentoo.org/doc/en/change-chost.xml before changing.
  9. CHOST="x86_64-pc-linux-gnu"
  10. # These are the USE flags that were used in addition to what is provided by the
  11. # profile used for building.
  12. USE="avx sse3 ssse3 sse4 sse4_1 sse4_2"
  13. USE="$USE -bluetooth -cups -firefox -spell -qt3support"
  14.  
  15. # Portage
  16. #EMERGE_DEFAULT_OPTS="--jobs=8 --load-average=8"
  17. MAKEOPTS="-j9"
  18. PORTDIR="/usr/portage"
  19. DISTDIR="${PORTDIR}/distfiles"
  20. PKGDIR="${PORTDIR}/packages"
  21. source /var/lib/layman/make.conf
  22.  
  23. # Mirrors
  24. GENTOO_MIRRORS="http://mirror.leaseweb.com/gentoo/ http://gentoo.tiscali.nl/ http://ftp.snt.utwente.nl/pub/os/linux/gentoo"
  25. SYNC="rsync://rsync.nl.gentoo.org/gentoo-portage"
  26.  
  27. # System
  28. ACCEPT_KEYWORDS="~amd64"
  29. ABI_X86="32"
  30. INPUT_DEVICES="evdev"
  31. VIDEO_CARDS="nvidia"
  32. ALSA_CARDS="virtuoso"
  33. LINGUAS="en"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement