PERFORCE change 30032 for review
David E. O'Brien
obrien at FreeBSD.org
Tue Apr 29 08:01:34 PDT 2003
http://perforce.freebsd.org/chv.cgi?CH=30032
Change 30032 by obrien at obrien_trang on 2003/04/29 08:01:08
Add -m32 to CFLAGS so we're affectively a 32-bit i386 toolchain.
Affected files ...
.. //depot/projects/hammer/sys/boot/common/Makefile.inc#4 edit
Differences ...
==== //depot/projects/hammer/sys/boot/common/Makefile.inc#4 (text+ko) ====
@@ -35,3 +35,6 @@
MAN+= loader.8
+.if ${MACHINE_ARCH} == "amd64"
+CFLAGS+= -m32
+.endif
More information about the p4-projects
mailing list