PERFORCE change 29816 for review

David E. O'Brien obrien at FreeBSD.org
Sat Apr 26 14:25:37 PDT 2003


http://perforce.freebsd.org/chv.cgi?CH=29816

Change 29816 by obrien at obrien_trang on 2003/04/26 14:24:33

	amd64 uses the i386 sys/boot code for now, to get thru a buildworld.

Affected files ...

.. //depot/projects/hammer/sys/boot/Makefile#3 edit

Differences ...

==== //depot/projects/hammer/sys/boot/Makefile#3 (text+ko) ====

@@ -1,5 +1,10 @@
 # $FreeBSD: src/sys/boot/Makefile,v 1.15 2003/02/13 04:35:04 benno Exp $
 
+.if ${MACHINE_ARCH} == "amd64"
+MACHINE_ARCH=i386
+MACHINE=i386
+.endif
+
 .if !defined(NOFORTH)
 # Build the add-in FORTH interpreter
 SUBDIR+=		ficl


More information about the p4-projects mailing list