Advertisement
Guest User

Untitled

a guest
Oct 30th, 2019
405
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.42 KB | None | 0 0
  1. % more /etc/make.conf
  2. # These settings were set by the catalyst build script that automatically
  3. # built this stage.
  4. # Please consult /usr/share/portage/config/make.conf.example for a more
  5. # detailed example.
  6. CFLAGS="-O2 -march=core2 -pipe"
  7. CXXFLAGS="${CFLAGS}"
  8. # WARNING: Changing your CHOST is not something that should be done lightly.
  9. # Please consult http://www.gentoo.org/doc/en/change-chost.xml before changing.
  10. CHOST="x86_64-pc-linux-gnu"
  11. # These are the USE flags that were used in addition to what is provided by the
  12. # profile used for building.
  13. USE="mmx sse sse2 X udev xinerama -systemd -upower -gnome -gnome-keyring -gnome-online-accounts -libav -policykit -consolekit"
  14.  
  15. CPU_FLAGS_X86="aes avx mmx mmxext popcnt sse sse2 sse3 sse4_1 sse4_2 ssse3"
  16.  
  17.  
  18. GENTOO_MIRRORS="http://gentoo.mirrors.easynews.com/linux/gentoo/ http://lug.mtu.edu/gentoo/ http://mirrors.rit.edu/gentoo/ ftp://mirrors.rit.edu/gentoo/ rsync://mirrors.rit.edu/gentoo/ http://gentoo.mirrors.tds.net/gentoo ftp://cosmos.illinois.edu/pub/gentoo/ http://cosmos.illinois.edu/pub/gentoo/"
  19.  
  20. MAKEOPTS="-j4"
  21. INPUT_DEVICES="evdev"
  22. VIDEO_CARDS="nouveau"
  23.  
  24. # Set PORTDIR for backward compatibility with various tools:
  25. # gentoo-bashcomp - bug #478444
  26. # euse - bug #474574
  27. # euses and ufed - bug #478318
  28. PORTDIR="/usr/portage"
  29. FEATURES="-xattr"
  30. NOCOLOR="true"
  31. QEMU_SOFTMMU_TARGETS="arm x86_64"
  32. QEMU_USER_TARGETS="arm x86_64"
  33. ACCEPT_LICENSE="* -@EULA"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement