Advertisement
Guest User

Untitled

a guest
Jul 5th, 2014
342
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.08 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=native -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.  
  11. # These are the USE flags that were used in addition to what is provided by the
  12. # profile used for building.
  13.  
  14. USE="bindist mmx sse sse2 X aac acpi alsa bluetooth bzip2 cairo cdr dvdr flac ipod jpeg lame latex mp3 mp4 multilib oss pcre perl python scanner scsi smp sound unicode vorbis wifi"
  15.  
  16. PORTDIR="/usr/portage"
  17. PORT_LOGDIR="/var/log/portage"
  18. DISTDIR="${PORTDIR}/distfiles"
  19. PKGDIR="${PORTDIR}/packages"
  20.  
  21.  
  22. MAKEOPTS="-j4"
  23.  
  24. GENTOO_MIRRORS="http://mirror.bytemark.co.uk/gentoo/ http://www.mirrorservice.org/sites/distfiles.gentoo.org/"
  25. SYNC="rsync://rsync.uk.gentoo.org/gentoo-portage"
  26.  
  27. VIDEO_CARDS="radeon r600"
  28.  
  29. INPUT_DEVICES="evdev synpatics"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement