svn commit: r207930 - stable/8

[ Available lists | Index of svn-src-all | Month of May 2010 | Week of 11 May 2010 | Raw email | View thread | Wrap long lines | Reply | Tag ]
From
Xin LI <delphij@FreeBSD.org>
Date
11 May 2010 19:25:14
Subject
svn commit: r207930 - stable/8
Message-ID
201005111925.o4BJPDg7073570@svn.freebsd.org


[ Hide this part ]
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}" \


Elapsed time: 0.113 seconds