Advertisement
Guest User

Untitled

a guest
Oct 12th, 2016
135
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="-O2 -march=i686 -pipe"
  6. ##CXXFLAGS="${CFLAGS}"
  7.  
  8. CFLAGS="-march=native -O2 -pipe"
  9. CXXFLAGS="${CFLAGS}"
  10.  
  11. MAKEOPTS="-j2"
  12.  
  13.  
  14. # WARNING: Changing your CHOST is not something that should be done lightly.
  15. # Please consult http://www.gentoo.org/doc/en/change-chost.xml before changing.
  16. CHOST="i686-pc-linux-gnu"
  17.  
  18. # These are the USE flags that were used in addition to what is provided by the
  19. # profile used for building.
  20.  
  21. ##USE="bindist"
  22. ##USE=“gnome gtk -qt4 -kde dvd dbus X alsa cdr bindist mmx sse sse2 systemd ”
  23. USE="mmx sse sse2 X alsa systemd -consolekit gnome dbus gtk pulseaudio alsa-plugin acl gstreamer vlc"
  24.  
  25. PORTDIR="/usr/portage"
  26. DISTDIR="${PORTDIR}/distfiles"
  27. PKGDIR="${PORTDIR}/packages"
  28.  
  29. ##
  30. ACCEPT_KEYWORDS="x86"
  31.  
  32. ## LICENCIAS
  33. ACCEPT_LICENSE="*"
  34.  
  35. #LOCALES
  36. LINGUAS="es es_ES"
  37. L10N="es es-ES"
  38.  
  39.  
  40. #PARA XORG
  41. INPUT_DEVICES="evdev synaptics"
  42. VIDEO_CARDS="intel"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement