Advertisement
Guest User

Untitled

a guest
Jan 25th, 2013
181
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.96 KB | None | 0 0
  1. uhradio ~ # cat /etc/portage/make.conf
  2. ####################################################
  3. ## ATTENTION: THIS IS THE MAKE.CONF ON THE LIVECD ##
  4. ## PLEASE EDIT /mnt/gentoo/etc/portage/make.conf INSTEAD  ##
  5. ####################################################
  6. # These settings were set by the catalyst build script that automatically
  7. # built this stage.
  8. # Please consult /usr/share/portage/config/make.conf.example for a more
  9. # detailed example.
  10. CFLAGS="-march=nocona -O2 -pipe"
  11. CXXFLAGS="${CFLAGS}"
  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. CHOST="x86_64-pc-linux-gnu"
  15. MAKE_OPTS="-j9"
  16.  
  17. FEATURES="ccache sandbox usersandbox userfetch collision-protect"
  18.  
  19. CCACHE_SIZE="2G"
  20. CCACHE_DIR="/var/tmp/.ccache"
  21. # These are the USE flags that were used in addition to what is provided by the
  22. # profile used for building.
  23. USE="bindist mmx sse sse2 cxx"
  24. USE="${USE} -* alsa alsa_pcm_plugins_adpcm alsa_pcm_plugins_alaw alsa_pcm_plugins_asym alsa_pcm_plugins_copy alsa_pcm_plugins_dmix alsa_pcm_plugins_dshare alsa_pcm_plugins_dsnoop alsa_pcm_plugins_empty alsa_pcm_plugins_extplug alsa_pcm_plugins_file alsa_pcm_plugins_hooks alsa_pcm_plugins_iec958 alsa_pcm_plugins_ioplug alsa_pcm_plugins_ladspa alsa_pcm_plugins_lfloat alsa_pcm_plugins_linear alsa_pcm_plugins_meter alsa_pcm_plugins_mmap_emul alsa_pcm_plugins_mulaw alsa_pcm_plugins_multi alsa_pcm_plugins_null alsa_pcm_plugins_plug alsa_pcm_plugins_rate alsa_pcm_plugins_route alsa_pcm_plugins_share alsa_pcm_plugins_shm alsa_pcm_plugins_softvol atm deprecated fbcon fbcondecor loop-aes lvm2 midi mng modules ncurses nls nptl nptlonly pam png portaudio readline socks5 ssl truetype unicode usb build livecd -ipv6 -X -gnome -kde"
  25.  
  26. CURL_SSL="gnutls"
  27. APACHE2_MODULES="authz_host dir mime proxy proxy_http rewrite alias"
  28. QEMU_USER_TARGETS="x86_64"
  29. QEMU_SOFTMMU_TARGETS="x86_64"
  30. PYTHON_TARGETS="python3_2"
  31. USE_PYTHON='3.2'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement