Guest User

Untitled

a guest
Aug 1st, 2020
140
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.79 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="-O2 -pipe -march=native -mtune=native"
  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. # These are the USE and USE_EXPAND flags that were used for
  13. # building in addition to what is provided by the profile.
  14.  
  15. PORTDIR="/var/db/repos/gentoo"
  16. DISTDIR="/var/cache/distfiles"
  17. PKGDIR="/var/cache/binpkgs"
  18.  
  19. # This sets the language of build output to English.
  20. # Please keep this setting intact when reporting bugs.
  21. LC_MESSAGES=C
  22.  
  23. EMERGE_DEFAULT_OPTS="--ask --verbose --jobs=8 --load-average=12"
  24.  
  25. CHOST="x86_64-pc-linux-gnu"
  26. MAKEOPTS="-j13"
  27.  
  28. USE_ENABLED=" udev dbus alsa pulseaudio ncurces docs mmx mmxext sse sse2 ssse3 sse4_1 sse4_2 ffmpeg openal truetype type1 cleartype corefonts infinality X abi_x86_32 ssl gif jpeg mp3 nls png tiff zlib"
  29. USE_DISABLED="-gtk -multilib -ipv6 -ldap -qt3support -dvd -dvdr -plasma -java -kde -gnome -bluetooth -wayland  -cups -qt4 -wayland -polkit -polkit-qt -policykit -elogind -llvm -introspection -vala -trash -selinux"
  30. USE="${USE_ENABLED} ${USE_DISABLED}"
  31.  
  32. ALSA_CARDS="hda-intel"
  33. CPU_FLAGS_X86="aes mmx sse sse2 sse3 sse4_1 sse4_2 ssse3 mmxext"
  34. INPUT_DEVICES="keyboard mouse evdev libinput"
  35. LINGUAS="ru ru_RU en en_US"
  36. L10N="ru ru_RU en en_US"
  37. VIDEO_CARDS="nvidia nouveau"
  38.  
  39. QEMU_USER_TARGETS="aarch64 x86_64"
  40. QEMU_SOFTMMU_TARGETS="aarch64 x86_64"
  41.  
  42. GRUB_PLATFORMS="pc
  43.  
  44. ACCEPT_LICENSE="*"
  45. ACCEPT_KEYWORDS="~amd64
  46.  
  47. GENTOO_MIRRORS="http://mirror.leaseweb.com/gentoo/ https://mirror.leaseweb.com/gentoo/ rsync://mirror.leaseweb.com/gentoo/"
  48.  
Add Comment
Please, Sign In to add comment