Advertisement
alm1991

/etc/make.conf

Oct 9th, 2012
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.38 KB | None | 0 0
  1. /etc/make.conf
  2.  
  3. # These settings were set by the catalyst build script that automatically
  4. # built this stage.
  5. # Please consult /usr/share/portage/config/make.conf.example for a more
  6. # detailed example.
  7.  
  8. CFLAGS="-march=k8 -O2 -pipe"
  9.  
  10. CXXFLAGS="${CFLAGS}"
  11.  
  12. # WARNING: Changing your CHOST is not something that should be done lightly.
  13. # Please consult http://www.gentoo.org/doc/en/change-chost.xml before changing.
  14.  
  15. CHOST="x86_64-pc-linux-gnu"
  16.  
  17. # These are the USE flags that were used in addition to what is provided by the
  18. # profile used for building.
  19.  
  20. USE="X a52 aac acl acpi alsa amd64 apm berkdb -bluetooth branding bzip2 cairo cdda cdr cdrom cli -colord consolekit cracklib crypt -cups cxx dbus dri dts dvd eds emboss encode evo exif fam firefox flac fortran gdbm gdu gif gnome gnome-keyring gnome-online-accounts gpm gstreamer gtkhtml gtk gtk2 hal iconv ipv6 jpeg lcms ldap libnotify mad mime mmx mng modules mp3 mp4 mpeg mudflap multilib nautilus ncurses networkmanger nls nptl nptlonly ogg opengl openmp pam pango pcre pdf png policykit ppds pppd pulseaudio qt3support qt4 readline samba sdl session socialweb spell sse sse2 ssl startup-notification svg sysfs tcpd tiff truetype udev unicode usb vorbis x264 xcb xml xorg xulrunner xv xvid zlib"
  21.  
  22. MAKEOPTS="-j3"
  23.  
  24. GENTOO_MIRRORS="http://lug.mtu.edu/gentoo/"
  25.  
  26. SYNC="rsync://rsync29.us.gentoo.org/gentoo-portage"
  27.  
  28. VIDEO_CARDS="radeon"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement