spacepaste

  1.  
  2. #normal CFLAGS
  3. CFLAGS="-march=native -O2 "
  4. #CXXFLAGS="${CFLAGS}"
  5. # WARNING: Changing your CHOST is not something that should be done lightly.
  6. # Please consult http://www.gentoo.org/doc/en/change-chost.xml before changing.
  7. #CHOST="x86_64-pc-linux-gnu"
  8. # These are the USE flags that were used in addition to what is provided by the
  9. # profile used for building.
  10. # computer: pentium4 bob
  11. CHOST="x86_64-pc-linux-gnu"
  12. #CFLAGS="-O2 -march=nocona --param l1-cache-line-size=64 --param l1-cache-size=16 --param l2-cache-size=2048"
  13. CXXFLAGS="${CFLAGS}"
  14. CPU_FLAGS_X86=" mmx mmxext sse sse2 sse3"
  15. PORTDIR="/usr/portage"
  16. DISTDIR="${PORTDIR}/distfiles"
  17. PKGDIR="${PORTDIR}/packages"
  18. FEATURES="-userfetch"#clamav as superuser
  19. #processorCores +1
  20. MAKEOPTS="-j2"
  21. #distcc options
  22. #MAKEOPTS="-j20 -l2"
  23. #FEATURES="distcc distcc-pump"
  24. GENTOO_MIRRORS="ftp://ftp.free.fr/mirrors/ftp.gentoo.org/ http://mirrors.linuxant.fr/distfiles.gentoo.org/ ftp://mirrors.linuxant.fr/distfiles.gentoo.org/ http://de-mirror.org/gentoo/ ftp://mirror.netcologne.de/gentoo/ http://ftp.halifax.rwth-aachen.de/gentoo/ http://mirror.leaseweb.com/gentoo/ ftp://ftp.snt.utwente.nl/pub/os/linux/gentoo http://ftp.snt.utwente.nl/pub/os/linux/gentoo"
  25. SANE_BACKENDS="hp"
  26. USE="-gtk -jack gles2 X -elogind -pulseaudio -jack2 inotify hpcups \
  27. acpi alsa amd64 bindist bzip2 cli -kde -bluetooth udev drm \
  28. glamoregl dri intel i915 fbdev modesetting vesa evdev mouse -systemd openrc"
  29. #GRUB_PLATFORMS="efi-64"
  30. #CPU_FLAGS_X86="mmx mmxext pclmul popcnt sse sse2 sse3 sse4_1 sse4_2 ssse3"
  31. XFCE_PLUGINS="brightness clock trash power"
  32. #source /var/lib/layman/make.conf
  33. PORTAGE_ELOG_CLASSES="log"
  34. PORTAGE_ELOG_SYSTEM="save"
  35. PORTAGE_BINHOST="192.168.2.14/packages"
  36.