Advertisement
Guest User

Untitled

a guest
Dec 30th, 2016
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Prolog 1.01 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="python icu pm-utils alsa pulseaudio xft fuse caps nfsv4 acpi"
  13. PORTDIR="/usr/portage"
  14. DISTDIR="${PORTDIR}/distfiles"
  15. PKGDIR="${PORTDIR}/packages"
  16.  
  17. MAKEOPTS="-j5"
  18. ALSA_CARDS=""
  19. VIDEO_CARDS="nvidia"
  20. INPUT_DEVICES="evdev mouse keyboard synaptics"
  21. GRUB_PLATFORMS="efi-64"
  22. XFCE_PLUGINS="brightness clock trash"
  23. CPU_FLAGS_X86="aes avx mmx mmxext popcnt sse sse2 sse3 sse4_1 sse4_2 ssse3"
  24.  
  25. PORTAGE_ELOG_SYSTEM="save"
  26. PORTAGE_ELOG_CLASSES="warn error info log qa"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement