Advertisement
Oblivius

Gentoo make.conf

Jul 17th, 2018
524
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Make 2.13 KB | None | 0 0
  1. CFLAGS="-O2 -march=znver1"
  2. # GCC 6.3+
  3.  
  4. # CFLAGS="-O2 -march=bdver4 -mno-fma4 -mno-tbm -mno-xop -mno-lwp"
  5. # GCC 5.4
  6.  
  7. # CFLAGS="-O2 -pipe"
  8. CXXFLAGS="${CFLAGS}"
  9. CHOST="x86_64-pc-linux-gnu"
  10. USE="X a2jmidid a52 aac aacplus alsa audacious cdda cddb cdio consolekit
  11.     corefonts cpudetection dbus dssi dts encode equalizer faac ffmpeg fftw
  12.     flac fluidsynth freesound gif gtk gudev hwdb icu id3 id3tag ieee1394 jack
  13.     jpeg ladspa lame libsamplerate lv2 mad matroska midi minizip mp3 mp4 mpeg
  14.     mpg123 musepack musicbrainz netjack nls ogg opengl opus pcre16 png policykit
  15.     python qt3support qt5 quicktime realtime rubberband savedconfig shine
  16.     shout skins sndfile soundtouch svg taglib theora tiff timidity truetype
  17.     twolame udev upower usb vamp vcd vorbis wav wavpack x264 xine xkb xml
  18.     xvfb xvid xvmc -pulseaudio -xscreensaver"
  19. PORTDIR="/usr/portage"
  20. DISTDIR="${PORTDIR}/distfiles"
  21. PKGDIR="${PORTDIR}/packages"
  22. MAKEOPTS="-j8"
  23. ABI_X86="32 64"
  24. ACCEPT_KEYWORDS="amd64"
  25. ACCEPT_LICENSE="*"
  26. INPUT_DEVICES="libinput"
  27. # pcxhr has been omitted as the latest alsa-tools fails with it.
  28. ALSA_CARDS="emu10k1 emu10k1x hdsp hdspm ice1712 mixart rme32 rme96 sb16 sbawe sscape usb-usx2y vx222"
  29. USE_PYTHON="2.7 3.4 3.5 3.6"
  30. PYTHON_TARGETS="python2_7 python3_4 python3_5 python3_6"
  31. PYTHON_SINGLE_TARGET="python3_6"
  32. EMERGE_DEFAULT_OPTS="-v --quiet"
  33. # Required to allow libshout-idjc to replace the file(s) installed by libshout.
  34. # This should not hurt pkgs needing libshout.
  35. COLLISION_IGNORE="/usr/share/aclocal/"
  36.  
  37.  
  38. GENTOO_MIRRORS="http://mirror.csclub.uwaterloo.ca/gentoo-distfiles/ ftp://mirror.csclub.uwaterloo.ca/gentoo-distfiles/ rsync://rsync.gtlib.gatech.edu/gentoo http://www.gtlib.gatech.edu/pub/gentoo ftp://ftp.gtlib.gatech.edu/pub/gentoo http://gentoo.osuosl.org/ rsync://mirrors.rit.edu/gentoo/ ftp://mirrors.rit.edu/gentoo/ http://mirrors.rit.edu/gentoo/ http://mirror.lug.udel.edu/pub/gentoo/ ftp://cosmos.illinois.edu/pub/gentoo/ http://cosmos.illinois.edu/pub/gentoo/"
  39. CPU_FLAGS_X86="aes avx avx2 fma3 mmx mmxext pclmul popcnt sse sse2 sse3 sse4_1 sse4_2 sse4a ssse3"
  40. GRUB_PLATFORMS="efi-64"
  41. VIDEO_CARDS="amdgpu radeonsi"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement