Advertisement
Guest User

make.conf

a guest
Oct 11th, 2011
231
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.15 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="-O2 -march=native -pipe -fomit-frame-pointer"
  6. CXXFLAGS="${CFLAGS}"
  7. MAKEOPTS="-j3"
  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="i686-pc-linux-gnu"
  11.  
  12. VIDEO_CARDS="radeon"
  13. INPUT_DEVICES="evdev keyboard mouse"
  14.  
  15.  
  16. #PROXY
  17. #HTTP_PROXY="http://820115:hWd7hAtEs@10.50.0.25:31282/"
  18.  
  19. GENTOO_MIRRORS="
  20. http://mirror.yandex.ru/gentoo-distfiles/
  21. http://gentoo.supp.name/"
  22.  
  23. USE="-3dnow -3dnowext -mmxext readline ipv6 -vorbis -ssse3 -bzip2 cups -3dfx -3dnow -a52 -altivec -apache2 -apm -aqua -berkdb -bluetooth -cairo -cjk -clamav -coreaudio -css -db2 -evo -examples -dvd -firefox -gnome -gnome-keyring -gphoto2 -handbook -aim -ios -ipod -kde -mozilla -msn -mssql -networkmanager -oss -pulseaudio -wifi -yahoo icu unicode fbcon ffmpeg truetype alsa cdr cdda threads mmx"
  24. ACCEPT_LICENSE="*"
  25. ACCEPT_KEYWORDS="x86"
  26. #FEATURES="parallel-fetch collision-protect"
  27.  
  28.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement