Advertisement
mcraoul

make.conf

Dec 7th, 2016
226
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.66 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. CHOST="x86_64-pc-linux-gnu"
  6. CFLAGS="-O2 -march=bdver1 -mprefer-avx128 -mvzeroupper -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. # These are the USE flags that were used in addition to what is provided by the
  11. # profile used for building.
  12. MAKEOPTS="-j9"
  13. #SYNC="rsync://rsync.au.gentoo.org/gentoo-portage"
  14. PORTAGE_RSYNC_RETRIES="-1"
  15. AUTOCLEAN="yes"
  16. CPU_FLAGS_X86="aes avx fma3 fma4 mmx mmxext popcnt sse sse2 sse3 sse4_1 sse4_2 sse4a ssse3 x$
  17. USE="X aac aacs alsa audiofile berkdb bluray branding bzip2 cairo cdda crypt
  18. cups curl dbus dri dvd dvdr encode ffmpeg flac fortran gif gimp git gnuplot
  19. gnutls gphoto2 gstreamer gtk icu imagemagick imap ipod jack jpeg ladspa
  20. lame libass libsamplerate lock mmx mp3 mpeg mplayer mssql ncurses nptl
  21. odbc ogg opengl pdf png postscript ppds python raw sasl session sndfile
  22. sound speex sse sse2 ssl startup-notificaton svg symlink syslog thunar
  23. tiff truetype udev usb v4l v4l2 vcd videos vorbis xine xml -alsa-plugin
  24. -gnome -gpm -ipv6 -kde -minimal -pulseaudio"
  25. INPUT_DEVICES="evdev mouse"
  26. VIDEO_CARDS="nvidia"
  27. #LANGUAGE="en-GB"
  28. LINGUAS="en_GB en en_AU"
  29. L10N="en-AU en-GB en"
  30. #PORTDIR="/usr/portage"
  31. DISTDIR="${PORTDIR}/distfiles"
  32. PKGDIR="${PORTDIR}/packages"
  33. ACCEPT_LICENSE="*"
  34. source /var/lib/layman/make.conf
  35. PORTDIR_OVERLAY="/usr/local/portage/ ${PORTDIR_OVERLAY}"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement