diff options
author | obrien <obrien@FreeBSD.org> | 2003-08-16 02:48:20 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2003-08-16 02:48:20 +0000 |
commit | 48df5c2fbb12117ed8d59780b2353916718cb1d2 (patch) | |
tree | caff823757ea3cf39cc49f23a5b5e3e2b7e40748 /sys/boot/powerpc | |
parent | 0cde071e2fbd00d8fd7bd3c9af274dc1d4f66a32 (diff) | |
download | FreeBSD-src-48df5c2fbb12117ed8d59780b2353916718cb1d2.zip FreeBSD-src-48df5c2fbb12117ed8d59780b2353916718cb1d2.tar.gz |
FICL doesn't build on PowerPC yet, so disable.
Diffstat (limited to 'sys/boot/powerpc')
-rw-r--r-- | sys/boot/powerpc/loader/Makefile | 20 | ||||
-rw-r--r-- | sys/boot/powerpc/ofw/Makefile | 20 |
2 files changed, 20 insertions, 20 deletions
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 |