Advertisement
Guest User

make.conf

a guest
Dec 25th, 2011
150
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.88 KB | None | 0 0
  1. (chroot) Gentoo-11 init.d # cat /etc/make.conf
  2. # These settings were set by the catalyst build script that automatically
  3. # built this stage.
  4. # Please consult /usr/share/portage/config/make.conf.example for a more
  5. # detailed example.
  6. CFLAGS="-O2 -pipe -march=core2 -fomit-frame-pointer"
  7. CXXFLAGS="${CFLAGS}"
  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. # These are the USE flags that were used in addition to what is provided by the
  12. # profile used for building.
  13. USE="mmx sse sse2 java6"
  14. MAKEOPTS="-j3"
  15.  
  16. GENTOO_MIRRORS="http://lug.mtu.edu/gentoo/ ftp://lug.mtu.edu/gentoo/ http://ftp.ucsb.edu/pub/mirrors/linux/gentoo/ ftp://ftp.ucsb.edu/pub/mirrors/linux/gentoo/"
  17.  
  18. SYNC="rsync://rsync.us.gentoo.org/gentoo-portage"
  19. (chroot) Gentoo-11 init.d #
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement