Advertisement
Brutico

make 2019

Jul 14th, 2019
327
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.13 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=znver1 -O2 -pipe"
  6. CXXFLAGS="${CFLAGS}"
  7. CHOST="x86_64-pc-linux-gnu"
  8.  
  9. # NOTE: This stage was built with the bindist Use flag enabled
  10. PORTDIR="/usr/portage"
  11. DISTDIR="/usr/portage/distfiles"
  12. PKGDIR="/usr/portage/packages"
  13.  
  14. # This sets the language of build output to English.
  15. # Please keep this setting intact when reporting bugs.
  16. LC_MESSAGES=C
  17. LINGUAS="es es_ES ca ca_ES"
  18. L10N="es es-ES ca ca-ES"
  19.  
  20. # LIMPIEZA DEL SISTEMA
  21. AUTOCLEAN="yes"
  22.  
  23. # OPCIONES DE PORTAGE
  24. PORTAGE_TMPDIR="/tmp"
  25. EMERGE_DEFAULT_OPTS="--ask --jobs=6 --keep-going --nospinner --quiet-build --with-bdeps=y"
  26. MAKEOPTS="-j17"
  27. FEATURES="parallel-install"
  28.  
  29. # GRAFICOS
  30. VIDEO_CARDS="nvidia"
  31.  
  32.  
  33. # USE
  34. USE="alsa amr -arts audiofile cdda cue id3tag flac gstreamer mad mikmod mp3 mpeg ogg oggvorbis openal cairo opus pulseaudio taglib wavpack vorbis vpx \
  35. cdparanoia css dvd dvdr dvdread vcd -branding udev chm djvu ebook crypt ssl cracklib acpi cpudetection dbus dri ieee1394 gpm opengl scanner smp upower \
  36. usb vdpau gadu irc jabber oscar fexif dftk exif gd gif imagemagick jpeg jpeg2k -mng openexr pdf png raw svg tiff xmp webp wmf wxwindowsspell truetype \
  37. userlocales mimap box smtp bittorrent ftp idn imap nfs rdesktop samba sasl vnc upnp -aspell hunspell spell gphoto2 cups foomaticdb caps cgroups consolekit \
  38. introspection logrotate lz4 lzo networkmanager nsplugin pgo policykit threads udisks a52 aac -aalib avi cddb dv encode faac ffmpeg flash matroska mplayer \
  39. musepack real sdl speex srt -svga tga quicktime theora vaapi v4l v4l2 vidix win32codecs xanim x264 x265 xinerama xv xvid xvmc webkit bluetooth wimax gtk \
  40. libnotify semantic-desktop -gnome X"
  41.  
  42. # GENTOO INESTABLE
  43. ACCEPT_KEYWORDS="~amd64"
  44.  
  45. # SOPORTE 32 BITS
  46. ABI_X86="64 32"
  47.  
  48. # SCANER
  49. SANE_BACKENDS="pixma net usb"
  50.  
  51. # IMPRESORA
  52. CANON_PRINTERS="mx920"
  53.  
  54. # CPU FLAGS
  55. CPU_FLAGS_X86="aes avx avx2 f16c fma3 mmx mmxext pclmul popcnt sse sse2 sse3 sse4_1 sse4_2 sse4a ssse3"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement