cvs commit: src Makefile.inc1
John Baldwin
jhb at FreeBSD.org
Tue Aug 19 14:27:16 UTC 2008
jhb 2008-08-19 14:23:26 UTC
FreeBSD src repository
Modified files:
. Makefile.inc1
Log:
SVN rev 181871 on 2008-08-19 14:23:26Z by jhb
If a CPUTYPE isn't specified, then don't use -march=k8 when compiling
32-bit compat libs on amd64 since -march=k8 may generate instructions
that are not implemented on Intel EM64T processors. Instead, use
a simpler set of default flags that should work on all amd64-capable
CPUs.
PR: amd64/113111
Submitted by: NIIMI Satoshi sa2c of sa2c.net
MFC after: 1 week
Revision Changes Path
1.610 +3 -3 src/Makefile.inc1
More information about the cvs-src
mailing list