Advertisement
Guest User

make.conf

a guest
Mar 7th, 2013
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.28 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="-march=native -O2 -pipe"
  6. CXXFLAGS="${CFLAGS}"
  7. LDFLAGS="-Wl,-O1,--hash-style=gnu,--sort-common,--as-needed"
  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.  
  12. # These are the USE flags that were used in addition to what is provided by the
  13. # profile used for building.
  14. USE="mmx sse sse2 vaapi -bluetooth -emboss -ldap -gnome -kde"
  15.  
  16. # Number of parallel compilations when a package being installed
  17. MAKEOPTS="-j3"
  18.  
  19. # Drivers for input devices (evdev - for mouse and keyboard)
  20. INPUT_DEVICES="evdev"
  21. VIDEO_CARDS="fglrx"
  22.  
  23. # Gentoo mirrors
  24. GENTOO_MIRRORS="ftp://mirror.yandex.ru/gentoo-distfiles"
  25. SYNC="rsync://mirror.yandex.ru/gentoo-portage/"
  26.  
  27. # Downloading
  28. FETCHCOMMAND="/usr/bin/wget --inet4-only -t 0 -T 15 -w 0 -O \${DISTDIR}/\${FILE} \${URI}"
  29. RESUMECOMMAND="/usr/bin/wget -c --inet4-only -t 0 -T 15 -w 0 -O \${DISTDIR}/\${FILE} \${URI}"
  30.  
  31. PORTAGE_RSYNC_OPTS="${PORTAGE_RSYNC_OPTS} --timeout=30 --ipv4"
  32. PORTAGE_RSYNC_RETRIES="100"
  33.  
  34. LINGUAS="ru en"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement