Advertisement
Guest User

make.conf

a guest
Apr 8th, 2018
355
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.48 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. CFLAGS="-march=core-avx-i -O2 -pipe"
  6. CXXFLAGS="${CFLAGS}"
  7. # WARNING: Changing your CHOST is not something that should be done lightly.
  8. # Please consult http://www.gentoo.org/doc/en/change-chost.xml before changing.
  9. CHOST="x86_64-pc-linux-gnu"
  10. # These are the USE and USE_EXPAND flags that were used for
  11. # buidling in addition to what is provided by the profile.
  12. USE="X kde mmx mmxext sse sse2 sse3 libkms plymouth qt5 alsa dvd \
  13. cdr gtk networkmanager pam pulseaudio display-manager grub \
  14. mediacenter sddm sdk wallpapers dbus policykit udev udisks \
  15. video consolekit ffmpeg infinality"
  16. CPU_FLAGS_X86="mmx mmxext sse sse2 sse3"
  17. PORTDIR="/usr/portage"
  18. DISTDIR="${PORTDIR}/distfiles"
  19. PKGDIR="${PORTDIR}/packages"
  20. MAKEOPTS="-j5"
  21. INPUT_DEVICES="evdev synaptics"
  22. VIDEO_CARDS="amdgpu radeonsi"
  23. #VIDEO_CARDS="radeon"
  24. #VIDEO_CARDS="fglrx"
  25. FEATURES="ccache"
  26. CCACHE_SIZE="2G"
  27. CCACHE_DIR="/var/tmp/ccache"
  28. L10N="en"
  29. LINGUAS="en"
  30. ABI_X86="64"
  31. ACCEPT_LICENSE="*"
  32. SANE_BACKENDS="hp"
  33. #source /var/lib/layman/make.conf
  34. GENTOO_MIRRORS="http://mirror.yandex.ru/gentoo-distfiles/ \
  35. http://gentoo.bloodhost.ru/ \
  36. ftp://gentoo.bloodhost.ru/ \
  37. rsync://gentoo.bloodhost.ru/gentoo-distfiles \
  38. ftp://xeon.gentoo.ru/mirrors/gentoo/distfiles/"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement