svn commit: r207930 - stable/8
Xin LI
delphij at FreeBSD.org
Tue May 11 19:25:14 UTC 2010
Author: delphij
Date: Tue May 11 19:25:13 2010
New Revision: 207930
URL: http://svn.freebsd.org/changeset/base/207930
Log:
MFC r205622:
Expose MACHINE_CPU while building lib32 target.
Modified:
stable/8/Makefile.inc1 (contents, props changed)
Modified: stable/8/Makefile.inc1
==============================================================================
--- stable/8/Makefile.inc1 Tue May 11 18:24:22 2010 (r207929)
+++ stable/8/Makefile.inc1 Tue May 11 19:25:13 2010 (r207930)
@@ -282,6 +282,7 @@ LIB32WMAKEENV= MAKEOBJDIRPREFIX=${OBJTRE
VERSION="${VERSION}" \
MACHINE=i386 \
MACHINE_ARCH=i386 \
+ MACHINE_CPU="i686 mmx sse sse2" \
INSTALL="sh ${.CURDIR}/tools/install.sh" \
PATH=${TMPPATH} \
CC="${CC} ${LIB32FLAGS}" \
More information about the svn-src-stable
mailing list