Advertisement
Guest User

Untitled

a guest
Jun 24th, 2019
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.89 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="-O2 -pipe -march=native -mno-aes"
  7. CFLAGS="${COMMON_FLAGS}"
  8. CXXFLAGS="${COMMON_FLAGS}"
  9. FCFLAGS="${COMMON_FLAGS}"
  10. FFLAGS="${COMMON_FLAGS}"
  11. MAKEOPTS="-j4"
  12.  
  13. # NOTE: This stage was built with the bindist Use flag enabled
  14. PORTDIR="/usr/portage"
  15. DISTDIR="/usr/portage/distfiles"
  16. PKGDIR="/usr/portage/packages"
  17.  
  18. # This sets the language of build output to English.
  19. # Please keep this setting intact when reporting bugs.
  20. LC_MESSAGES=C
  21.  
  22. GENTOO_MIRRORS="http://mirror.neolabs.kz/gentoo/pub/"
  23. LINGUAS="ru en ru_RU"
  24. L10N="ru"
  25. VIDEO_CARDS="intel radeon"
  26. INPUT_DEVICES="keyboard mouse evdev synaptics"
  27.  
  28. FEATURES="parallel-fetch parallel-install"
  29.  
  30. ACCEPT_LICENSE="*"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement