Guest User

Untitled

a guest
Jul 30th, 2016
126
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.96 KB | None | 0 0
  1. $ cat /etc/portage/make.conf
  2. # These settings were set by the catalyst build script that automatically
  3. # built this stage.
  4. # Please consult /usr/share/portage/config/make.conf.example for a more
  5. # detailed example.
  6. CFLAGS="-march=native -O2 -pipe"
  7. CXXFLAGS="${CFLAGS}"
  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="bindist"
  14. CPU_FLAGS_X86="mmx sse sse2"
  15. PORTDIR="/usr/portage"
  16. DISTDIR="${PORTDIR}/distfiles"
  17. PKGDIR="${PORTDIR}/packages"
  18.  
  19. MAKEOPTS="-j5"
  20. LINGUAS="ru en"
  21. L10N="ru"
  22.  
  23. GENTOO_MIRRORS="http://mirror.yandex.ru/gentoo-distfiles/"
  24.  
  25. INPUT_DEVICES="evdev synaptics"
  26. VIDEO_CARDS="intel i965 radeon radeonsi"
  27. CPU_FLAGS_X86="aes avx avx2 fma3 mmx mmxext popcnt sse sse2 sse3 sse4_1 sse4_2 ssse3"
Add Comment
Please, Sign In to add comment