# These settings were set by the catalyst build script that automatically # built this stage. # Please consult /etc/make.conf.example for a more detailed example. # This should not be changed unless you know exactly what you are doing. You # should probably be using a different stage, instead. CHOST="i686-pc-linux-gnu" # Dell Inspiron 9300 con procesador Pentium M CFLAGS="-O2 -march=pentium-m -pipe -fomit-frame-pointer" CXXFLAGS="${CFLAGS}" # Dos compilaciones paralelas MAKEOPTS="-j2" # Para conservar las compilaciones # FEATURES="buildpkg" # PKGDIR=/usr/portage/packages # Idioma LINGUAS="es" # Variable USE para Basico USE="-doc -gnome -kerberos alsa mmx mmxext sse sse2 unicode" # Si hay un servidor rsync en la red local de donde tomar los paquetes # PORTDIR=/usr/portage # DISTDIR=${PORTDIR}/distfiles # SYNC=rsync://otroequipo/gentoo-portage # FETCHCOMMAND="rsync rsync://otroequipo/gentoo-packages/\${FILE} ${DISTDIR}"