Date: Tue, 19 Aug 2008 14:23:26 +0000 (UTC) From: John Baldwin <jhb@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src Makefile.inc1 Message-ID: <200808191427.m7JERF6l032100@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200808191427.m7JERF6l032100>
