Advertisement
Guest User

Untitled

a guest
Mar 17th, 2013
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.80 KB | None | 0 0
  1. 1. make.conf
  2.  
  3. # These settings were set by the catalyst build script that automatically
  4. # built this stage.
  5. # Please consult /usr/share/portage/config/make.conf.example for a more
  6. # detailed example.
  7. CFLAGS="-O2 -pipe -std=c99"
  8. CXXFLAGS="${CFLAGS}"
  9. # WARNING: Changing your CHOST is not something that should be done lightly.
  10. # Please consult http://www.gentoo.org/doc/en/change-chost.xml before changing.
  11. CHOST="x86_64-pc-linux-gnu"
  12. # These are the USE flags that were used in addition to what is provided by the
  13. # profile used for building.
  14. USE="bindist mmx sse sse2"
  15.  
  16. GENTOO_MIRRORS="ftp://ftp.twaren.net/Linux/Gentoo/"
  17.  
  18. SYNC="rsync://rsync3.jp.gentoo.org/gentoo-portage"
  19. MAKEOPTS="-j8"
  20. INPUT_DEVICES="evdev"
  21. VIDEO_CARDS="virtualbox"
  22. USE="nptl nptlonly ipv6 -fortan unicode"
  23. ACCEPT_KEYWORDS="~amd64"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement