Advertisement
gmaksim

make.conf

Sep 23rd, 2018
183
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.95 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="-march=native -O2 -pipe"
  7. CXXFLAGS="${CFLAGS}"
  8. CPU_FLAGS_X86="mmx mmxext popcnt sse sse2 sse3 sse4_1 sse4_2 ssse3"
  9. MAKEOPTS="-j3"
  10.  
  11. # NOTE: This stage was built with the bindist Use flag enabled
  12. PORTDIR="/usr/portage"
  13. DISTDIR="/usr/portage/distfiles"
  14. PKGDIR="/usr/portage/packages"
  15.  
  16. # This sets the language of build output to English.
  17. # Please keep this setting intact when reporting bugs.
  18. LC_MESSAGES=C
  19.  
  20. GENTOO_MIRRORS="http://mirror.eu.oneandone.net/linux/distributions/gentoo/gentoo/ ftp://ftp.wh2.tu-dresden.de/pub/mirrors/gentoo ftp://mirror.netcologne.de/gentoo/ http://mirror.netcologne.de/gentoo/ http:/$
  21.  
  22. INPUT_DEVICES="libinput synaptics"
  23. VIDEO_CARDS="intel"
  24. XFCE_PLUGINS="clock power trash"
  25. USE="pulseaudio bluetooth"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement