Advertisement
Guest User

make.conf

a guest
Jan 6th, 2017
334
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.89 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"
  6. CXXFLAGS="${CFLAGS}"
  7. MAKEOPTS="-j7"
  8. # WARNING: Changing your CHOST is not something that should be done lightly.
  9. # Please consult http://www.gentoo.org/doc/en/change-chost.xml before changing.
  10. CHOST="x86_64-pc-linux-gnu"
  11. # These are the USE and USE_EXPAND flags that were used for
  12. # buidling in addition to what is provided by the profile.
  13. USE="ssl threads startup-notification alsa"
  14. CPU_FLAGS_X86="mmx sse sse2 mmxext"
  15. PORTDIR="/usr/portage"
  16. DISTDIR="${PORTDIR}/distfiles"
  17. PKGDIR="${PORTDIR}/packages"
  18. GENTOO_MIRRORS="http://ftp.swin.edu.au/gentoo http://gd.tuwien.ac.at/opsys/linux/gentoo/"
  19. source /var/lib/layman/make.conf
  20. VIDEO_CARDS="nvidia nouveau"
  21. PORTAGE_NICENESS=19
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement