Guest User

make.conf

a guest
Jan 3rd, 2017
310
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.39 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="-O2 -march=amdfam10 -pipe -fomit-frame-pointer
  6. -mmmx -m3dnow -msse -msse2 -msse3 -mno-ssse3 -msse4a -mcx16 -msahf -mno-movbe
  7. -mno-aes -mno-sha -mno-pclmul -mpopcnt -mabm -mno-lwp -mno-fma -mno-fma4
  8. -mno-xop -mno-bmi -mno-bmi2 -mno-tbm -mno-avx -mno-avx2 -mno-sse4.2 -mno-sse4.1
  9. -mlzcnt -mno-rtm -mno-hle -mno-rdrnd -mno-f16c -mno-fsgsbase -mno-rdseed
  10. -mprfchw -mno-adx -mfxsr -mno-xsave -mno-xsaveopt -mno-avx512f -mno-avx512er
  11. -mno-avx512cd -mno-avx512pf -mno-prefetchwt1 --param l1-cache-size=64
  12. --param l1-cache-line-size=64 --param l2-cache-size=1024 -mtune=amdfam10"
  13. CXXFLAGS="${CFLAGS}"
  14. # WARNING: Changing your CHOST is not something that should be done lightly.
  15. # Please consult http://www.gentoo.org/doc/en/change-chost.xml before changing.
  16. CHOST="i686-pc-linux-gnu"
  17. # These are the USE and USE_EXPAND flags that were used for
  18. # buidling in addition to what is provided by the profile.
  19. USE="X alsa cairo cdda flac gtk gvfs jack libnotify libsamplerate opengl
  20. portmidi qt5 samba timidity udisks vorbis wayland -bindist"
  21. FEATURES="ccache"
  22. PORTDIR="/usr/portage"
  23. DISTDIR="${PORTDIR}/distfiles"
  24. PKGDIR="${PORTDIR}/packages"
  25. PORTAGE_TMPDIR="/home/portage/tmp"
  26. source /var/lib/layman/make.conf
  27. L10N="ru"
Advertisement
Add Comment
Please, Sign In to add comment