summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2003-08-16 02:48:20 +0000
committerobrien <obrien@FreeBSD.org>2003-08-16 02:48:20 +0000
commit48df5c2fbb12117ed8d59780b2353916718cb1d2 (patch)
treecaff823757ea3cf39cc49f23a5b5e3e2b7e40748 /sys
parent0cde071e2fbd00d8fd7bd3c9af274dc1d4f66a32 (diff)
downloadFreeBSD-src-48df5c2fbb12117ed8d59780b2353916718cb1d2.zip
FreeBSD-src-48df5c2fbb12117ed8d59780b2353916718cb1d2.tar.gz
FICL doesn't build on PowerPC yet, so disable.
Diffstat (limited to 'sys')
-rw-r--r--sys/boot/Makefile2
-rw-r--r--sys/boot/powerpc/loader/Makefile20
-rw-r--r--sys/boot/powerpc/ofw/Makefile20
3 files changed, 21 insertions, 21 deletions
diff --git a/sys/boot/Makefile b/sys/boot/Makefile
index ad7f32b..5a04f78 100644
--- a/sys/boot/Makefile
+++ b/sys/boot/Makefile
@@ -4,7 +4,7 @@
.MAKEFLAGS: MACHINE_ARCH=i386 MACHINE=i386 REALLY_AMD64=true
.endif
-.if !defined(NOFORTH)
+.if !defined(NOFORTH) && ${MACHINE_ARCH} != "powerpc"
# Build the add-in FORTH interpreter
SUBDIR+= ficl
.endif
diff --git a/sys/boot/powerpc/loader/Makefile b/sys/boot/powerpc/loader/Makefile
index 9cf054c..dfc52ee 100644
--- a/sys/boot/powerpc/loader/Makefile
+++ b/sys/boot/powerpc/loader/Makefile
@@ -30,16 +30,16 @@ CFLAGS+= -DLOADER_DISK_SUPPORT
CFLAGS+= -DLOADER_NET_SUPPORT
.endif
-.if !defined(NOFORTH)
-# Enable BootForth
-BOOT_FORTH= yes
-CFLAGS+= -DBOOT_FORTH -I${.CURDIR}/../../ficl -I${.CURDIR}/../../ficl/powerpc
-.if exists(${.OBJDIR}/../../ficl/libficl.a)
-LIBFICL= ${.OBJDIR}/../../ficl/libficl.a
-.else
-LIBFICL= ${.CURDIR}/../../ficl/libficl.a
-.endif
-.endif
+###.if !defined(NOFORTH)
+#### Enable BootForth
+###BOOT_FORTH= yes
+###CFLAGS+= -DBOOT_FORTH -I${.CURDIR}/../../ficl -I${.CURDIR}/../../ficl/powerpc
+###.if exists(${.OBJDIR}/../../ficl/libficl.a)
+###LIBFICL= ${.OBJDIR}/../../ficl/libficl.a
+###.else
+###LIBFICL= ${.CURDIR}/../../ficl/libficl.a
+###.endif
+###.endif
# Always add MI sources
.PATH: ${.CURDIR}/../../common
diff --git a/sys/boot/powerpc/ofw/Makefile b/sys/boot/powerpc/ofw/Makefile
index 9cf054c..dfc52ee 100644
--- a/sys/boot/powerpc/ofw/Makefile
+++ b/sys/boot/powerpc/ofw/Makefile
@@ -30,16 +30,16 @@ CFLAGS+= -DLOADER_DISK_SUPPORT
CFLAGS+= -DLOADER_NET_SUPPORT
.endif
-.if !defined(NOFORTH)
-# Enable BootForth
-BOOT_FORTH= yes
-CFLAGS+= -DBOOT_FORTH -I${.CURDIR}/../../ficl -I${.CURDIR}/../../ficl/powerpc
-.if exists(${.OBJDIR}/../../ficl/libficl.a)
-LIBFICL= ${.OBJDIR}/../../ficl/libficl.a
-.else
-LIBFICL= ${.CURDIR}/../../ficl/libficl.a
-.endif
-.endif
+###.if !defined(NOFORTH)
+#### Enable BootForth
+###BOOT_FORTH= yes
+###CFLAGS+= -DBOOT_FORTH -I${.CURDIR}/../../ficl -I${.CURDIR}/../../ficl/powerpc
+###.if exists(${.OBJDIR}/../../ficl/libficl.a)
+###LIBFICL= ${.OBJDIR}/../../ficl/libficl.a
+###.else
+###LIBFICL= ${.CURDIR}/../../ficl/libficl.a
+###.endif
+###.endif
# Always add MI sources
.PATH: ${.CURDIR}/../../common
OpenPOWER on IntegriCloud