Advertisement
Guest User

make.conf

a guest
Sep 24th, 2012
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.98 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=core2 -mtune=generic -O2 -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="sse2 xa sqlite python static-libs libkms gnome gtk X dbus -arts hal"
  13. MAKEOPTS="-j5"
  14.  
  15. GENTOO_MIRRORS="ftp://gentoo.imj.fr/pub/gentoo/ http://gentoo.modulix.net/gentoo/ http://ftp.df.lth.se/pub/gentoo/ rsync://ftp.df.lth.se/pub/gentoo/ ftp://ftp.df.lth.se/pub/gentoo/"
  16.  
  17. SYNC="rsync://rsync3.fr.gentoo.org/gentoo-portage"
  18.  
  19. INPUT_DEVICES="evdev synaptics"
  20.  
  21. VIDEO_CARDS="nvidia intel"
  22.  
  23. LINGUAS="fr"
  24.  
  25. ACCEPT_KEYWORDS="amd64 ~amd64"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement