Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 26 Apr 2003 14:25:34 -0700 (PDT)
From:      "David E. O'Brien" <obrien@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 29816 for review
Message-ID:  <200304262125.h3QLPYI0019609@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=29816

Change 29816 by obrien@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200304262125.h3QLPYI0019609>