Advertisement
timcowchip

make.conf

Mar 28th, 2014
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.89 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="-O2 -march=atom -pipe"
  6. CXXFLAGS="${CFLAGS}"
  7. # WARNING: Changing your CHOST is not something that should be done lightly.
  8. # Please consult http://www.gentoo.org/doc/en/change-chost.xml before changing.
  9. CHOST="x86_64-pc-linux-gnu"
  10. # These are the USE flags that were used in addition to what is provided by the
  11. # profile used for building.
  12. USE="bindist dbus gtk mmx nls python sse sse2 X"
  13. PORTDIR="/usr/portage"
  14. DISTDIR="${PORTDIR}/distfiles"
  15. PKGDIR="${PORTDIR}/packages"
  16. INPUT_DEVICES="evdev"
  17. VIDEO_CARDS="intel"
  18. ABI_X86="(64) (-32) (-x32)"
  19. PYTHON_TARGETS="python3_2 python2_7"
  20.  
  21.  
  22. SYNC="rsync://rsync.us.gentoo.org/gentoo-portage"
  23.  
  24. GENTOO_MIRRORS="ftp://ftp.spline.inf.fu-berlin.de/mirrors/gentoo/"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement