Drop -mcpu=pentiumpro from the default CPU flags for i386 as it doesn't
perform better than the default setting for most i386 CPUs. Requested by: bde
This commit is contained in:
parent
367d380b54
commit
05d9236acf
@ -6,7 +6,7 @@
|
||||
|
||||
.if !defined(CPUTYPE) || empty(CPUTYPE)
|
||||
. if ${MACHINE_ARCH} == "i386"
|
||||
_CPUCFLAGS = -mcpu=pentiumpro
|
||||
_CPUCFLAGS =
|
||||
MACHINE_CPU = i486
|
||||
. elif ${MACHINE_ARCH} == "alpha"
|
||||
_CPUCFLAGS = -mcpu=ev4 -mtune=ev5
|
||||
|
Loading…
x
Reference in New Issue
Block a user