summaryrefslogtreecommitdiffstats
path: root/sys/boot
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>2003-04-30 22:13:36 +0000
committerpeter <peter@FreeBSD.org>2003-04-30 22:13:36 +0000
commitf95bce2b0560d5d9f6018550a1807da347e7e788 (patch)
treee0274af6e593385314a0a5ac9e5dbc2ee45c127d /sys/boot
parent90868b7f5e6ad3ba52f71789d047878479cff2c8 (diff)
downloadFreeBSD-src-f95bce2b0560d5d9f6018550a1807da347e7e788.zip
FreeBSD-src-f95bce2b0560d5d9f6018550a1807da347e7e788.tar.gz
We use i386 boot code on AMD64.
Diffstat (limited to 'sys/boot')
-rw-r--r--sys/boot/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/sys/boot/Makefile b/sys/boot/Makefile
index 773caea..4e3ed58 100644
--- a/sys/boot/Makefile
+++ b/sys/boot/Makefile
@@ -1,5 +1,10 @@
# $FreeBSD$
+.if ${MACHINE_ARCH} == "amd64"
+MACHINE_ARCH=i386
+MACHINE=i386
+.endif
+
.if !defined(NOFORTH)
# Build the add-in FORTH interpreter
SUBDIR+= ficl
OpenPOWER on IntegriCloud