Advertisement
nikoladsp

make.conf

Dec 3rd, 2018
436
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.05 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. COMMON_FLAGS="-march=skylake -O2 -pipe"
  7. #COMMON_FLAGS="-O2 -pipe"
  8. CFLAGS="${COMMON_FLAGS}"
  9. CXXFLAGS="${COMMON_FLAGS}"
  10. FCFLAGS="${COMMON_FLAGS}"
  11. FFLAGS="${COMMON_FLAGS}"
  12.  
  13. MAKEOPTS="-j9"
  14.  
  15. USE="-gnome -kde -qt4 -qt5 X gtk3 dvd dvdr cdr udev dbus icu udisks consolekit pulseaudio ffmpeg unicode session lock startup-notification png inotify"
  16.  
  17. # NOTE: This stage was built with the bindist Use flag enabled
  18. PORTDIR="/usr/portage"
  19. DISTDIR="/usr/portage/distfiles"
  20. PKGDIR="/usr/portage/packages"
  21.  
  22. # This sets the language of build output to English.
  23. # Please keep this setting intact when reporting bugs.
  24. LC_MESSAGES=C
  25.  
  26. INPUT_DEVICES="libinput keyboard mouse"
  27. VIDEO_CARDS="intel i965 nvidia"
  28.  
  29. GRUB_PLATFORMS="efi-64"
  30.  
  31. QEMU_SOFTMMU_TARGETS="arm x86_64 sparc"
  32. QEMU_USER_TARGETS="x86_64"
  33.  
  34. GENTOO_MIRRORS="http://mirror.netcologne.de/gentoo/"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement