Advertisement
Guest User

Untitled

a guest
Feb 21st, 2020
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.96 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. COMMON_FLAGS="-march=native -O2 -pipe"
  6. CFLAGS="${COMMON_FLAGS}"
  7. CXXFLAGS="${COMMON_FLAGS}"
  8. FCFLAGS="${COMMON_FLAGS}"
  9. FFLAGS="${COMMON_FLAGS}"
  10.  
  11. # NOTE: This stage was built with the bindist Use flag enabled
  12. PORTDIR="/var/db/repos/gentoo"
  13. DISTDIR="/var/cache/distfiles"
  14. PKGDIR="/var/cache/binpkgs"
  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. MAKEOPTS="-j30"
  21.  
  22. USE="-systemd dbus X gtk python elogind -consolekit xinerama truetype"
  23. ACCEPT_LICENSE="*"
  24. ACCEPT_KEYWORDS="~amd64"
  25. RUBY_TARGETS="ruby26 ruby27"
  26. PYTHON_TARGETS="python2_7 python3_6 python3_7"
  27.  
  28. VIDEO_CARDS="nvidia"
  29. INPUT_DEVICES="keyboard mouse evdev"
  30.  
  31. GENTOO_MIRRORS="http://ftp.fi.muni.cz/pub/linux/gentoo/"
  32.  
  33. GRUB_PLATFORMS="efi-64"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement