Advertisement
Guest User

Untitled

a guest
Jul 1st, 2014
281
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.01 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=native  -pipe"
  6. CXXFLAGS="${CFLAGS}"
  7. MAKEOPTS="-j5"
  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="bindist mmx sse sse2 bash-completition pulseaudio gtk gnome dvd cdr mtp\
  14.        vdpau\
  15.        sqlite system-sqlite cddb flash nsplugin\
  16.        aplaymidi googledrive dropbox\
  17.        vim\
  18.        -bluetooth"
  19. PORTDIR="/usr/portage"
  20. DISTDIR="${PORTDIR}/distfiles"
  21. PKGDIR="${PORTDIR}/packages"
  22. LINGUAS="en ru"
  23. VIDEO_CARDS="nvidia nouveau"
  24. RUBY_TARGETS="ruby19 ruby20 jruby"
  25.  
  26.  
  27. source /var/lib/layman/make.conf
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement