Author: delphij
Date: Wed Mar 24 18:40:57 2010
New Revision: 205622
URL: http://svn.freebsd.org/changeset/base/205622

Log:
  Expose MACHINE_CPU while building lib32 target.

Modified:
  head/Makefile.inc1

Modified: head/Makefile.inc1
==============================================================================
--- head/Makefile.inc1  Wed Mar 24 18:37:58 2010        (r205621)
+++ head/Makefile.inc1  Wed Mar 24 18:40:57 2010        (r205622)
@@ -283,6 +283,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}" \
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "[email protected]"

Reply via email to