Advertisement
Guest User

make.conf

a guest
Jan 10th, 2014
145
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.98 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. MAKEOPTS="-j9"
  8.  
  9. # WARNING: Changing your CHOST is not something that should be done lightly.
  10. # Please consult http://www.gentoo.org/doc/en/change-chost.xml before changing.
  11. CHOST="x86_64-pc-linux-gnu"
  12.  
  13. # These are the USE flags that were used in addition to what is provided by the
  14. # profile used for building.
  15. # default:
  16. USE=" bindist mmx sse sse2
  17. sse3 ssse3 sse4 sse4a sse4_1
  18. unicode nls
  19. bash-completion
  20. dbus consolekit policykit udev udisks
  21. X"
  22. LINGUAS="en ru"
  23. VIDEO_CARDS="nvidia"
  24. #VIDEO_CARDS="nouveau"
  25. INPUT_DEVICES="evdev"
  26.  
  27. PORTDIR="/usr/portage"
  28. DISTDIR="${PORTDIR}/distfiles"
  29. PKGDIR="${PORTDIR}/packages"
  30.  
  31. GENTOO_MIRRORS="http://mirror.yandex.ru/gentoo-distfiles/"
  32.  
  33. SYNC="rsync://rsync.ru.gentoo.org/gentoo-portage"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement