-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpentium4.conf
23 lines (21 loc) · 969 Bytes
/
pentium4.conf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# CFLAGS para arquitecturas del pleistoceno
# Procesadores Pentium 4 (Prescott)
# Modelos que soportan 64bit: 505, 505J, 506, 511, 516, 517, 519K, 521, 524, 531, 541, 551, 561, 571, 6xx y el procesador de 3.73(3)GHz Pentium 4 Extreme Edition.
# Nota: Comprobar antes con grep lm /proc/cpuinfo que el procesador es de 64bit o de 32bit.
COMMON_FLAGS="-O2 -march=nocona -pipe"
CFLAGS="${COMMON_FLAGS}"
CXXFLAGS="${COMMON_FLAGS}"
FCFLAGS="${COMMON_FLAGS}"
FFLAGS="${COMMON_FLAGS}"
# Modificar MAKEOPTS para que cuadre con el numero de nucleos del procesador. El minimo es -j2 (Un nucleo mas 1), es lento pero compilara siempre.
# MAKEOPTS=""
# NOTE: This stage was built with the bindist Use flag enabled
PORTDIR="/var/db/repos/gentoo"
DISTDIR="/var/cache/distfiles"
PKGDIR="/var/cache/binpkgs"
# This sets the language of build output to English.
# Please keep this setting intact when reporting bugs.
LC_MESSAGES=C
ACCEPT_LICENSE="*"
LINGUAS="es es_ES"
L10N="es es-ES"