summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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