Advertisement
pepoluan

Gentoo make.conf for x86_64 virtualized server

Mar 29th, 2011
305
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 3.44 KB | None | 0 0
  1. CFLAGS="-O2 -march=native -pipe"
  2. CXXFLAGS=""
  3.  
  4. # WARNING: Changing your CHOST is not something that should be done lightly.
  5. # Please consult http://www.gentoo.org/doc/en/change-chost.xml before changing.
  6. CHOST="x86_64-pc-linux-gnu"
  7.  
  8. USE="mmx sse sse2 -3dfx 3dnow -X -Xaw3d -a52 -aac -aalib -accessibility \
  9.     -adabas -adns -afs -aim -alsa -ao -apache2 -aqua -atm -audiofile \
  10.     -bidi -birdstep -bluetooth -bsf -cairo -calendar -canna -cdb -cdda -cddb \
  11.     -cdinstall -cdparanoia -cdr -cgi -chasen -cjk -clamav -coreaudio -css \
  12.     -cups -curl -curlwrappers -db2 -dbase -dbi -dbm -dbmaker -dbx -dedicated \
  13.     -dga -djvu -dri -dts -dv -dvb -dvd -dvdr -eds -emacs -emboss -empress \
  14.     -empress-bcs -encode -enscript -esd -esoob -evo -exif -expat -fastcgi \
  15.     -fbcon -ffmpeg -fftw -firebird -firefox -flac -flatfile -fltk \
  16.     -fontconfig -foomaticdb -fortran -freetds -freewnn -frontbase -gcj -gd \
  17.     -gd-external -gdbm -ggi -gif -gimp -ginac -glut -gnome -gnome-keyring \
  18.     -gnuplot -gphoto2 -gpm -gps -graphviz -gsm -gstreamer -gtk -gtkhtml \
  19.     -guile -handbook -hddtemp -hdf5 -ibm -icq -ieee1394 -imagemagick -imap \
  20.     -imlib -inifile -innodb -interbase -iodbc -ipod -jabber -jack -java \
  21.     -java6 -javascript -jbig -jingle -joystick -jpeg -jpeg2k -kde -kerberos \
  22.     -kolab -kontack -ladspa -lame -lapack -lash -latex -lcms -libgda \
  23.     -libnotify -libsamplerate -libwww -lirc -lm_sensors -lua -m17n-lib -mad \
  24.     -matroska -matrox -mcve -migemo -mikmod -milter -mime -mng -modplug \
  25.     -mono -motif -mozilla -mp3 -mp4 -mpeg -mplayer -msn -msql -mssql -mtp \
  26.     -mule -musepack -musicbrainz -mysql -mysqli -nas -neXt -netboot -netcdf \
  27.     -nntp -nsplugin -ocaml -ocamlopt -oci8 -oci8-instant-client -odbc \
  28.     offensive -ofx -ogg -openal -openexr -opengl -oracle -osc -oscar -oss \
  29.     -pcmcia -pda -pdf perl -php -plasma -plotutils -png -portaudio -postgres \
  30.     -ppds -pulseaudio python -qdbm -qt4 -quicktime -raw -rdesktop -rss -ruby \
  31.     -samba -sapdb -scanner -sdl -seamonkey -semantic-desktop -sharedext \
  32.     -shorten -slp -smartcard -sndfile -soap -solid -sox -speex -spell \
  33.     -sqlite -sqlite3 -svg -svga -sybase -sybase-ct -tcl -theora -tidy -tiff \
  34.     -timidity -tk -tokenizer -truetype -usb -v4l -v4l2 -vcd -vhosts -videos \
  35.     -vnc -voodoo3 -vorbis -wavpack -wddx -wifi -win32codecs -wmf -wxwidgets \
  36.     -x264 -xcomposite -xemacs -xface -xft -xine -xinerama -xinetd xml \
  37.     -xmlrpc -xmp -xosd -xpm -xscreensaver -xulrunner -xv -xvid -yahoo -yaz"
  38.  
  39. # Notes:
  40. #   +xml = required by Python 2.7 = required by emerge --update --newuse --deep portage
  41.  
  42. # Recommended to be <num_of_cores>+1
  43. # Source: http://www.gentoo.org/doc/en/handbook/handbook-amd64.xml?part=1&chap=5
  44. MAKEOPTS="-j3"
  45.  
  46. # GENTOO_MIRRORS="rsync://ftp.jaist.ac.jp/pub/Linux/Gentoo/ rsync://mirror.mcs.anl.gov/gentoo/"
  47. # The following is according to "mirrorselect -D -s 4 -4 -F"
  48. # "-F" leaves out rsync ones. But then again, the sites below provide *no* rsync facility
  49. #GENTOO_MIRRORS="ftp://gentoo.cs.nctu.edu.tw/gentoo/ ftp://gg3.net/pub/linux/gentoo/ ftp://mirrors.sohu.com/gentoo/ ftp://ftp.twaren.net/Linux/Gentoo/"
  50. GENTOO_MIRRORS="ftp://gg3.net/pub/linux/gentoo/ ftp://mirrors.sohu.com/gentoo/ ftp://ftp.twaren.net/Linux/Gentoo/"
  51.  
  52. # SYNC="rsync://rsync.au.gentoqo.org/gentoo-portage"
  53. # Based on the above result, we believe the fastest SYNC server would be Taiwan-based ones
  54. SYNC="rsync://rsync.tw.gentoo.org/gentoo-portage"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement