aboutsummaryrefslogtreecommitdiff
path: root/sys/boot/powerpc
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>2001-06-21 00:08:23 +0000
committerPeter Wemm <peter@FreeBSD.org>2001-06-21 00:08:23 +0000
commit47f1082c4f9b45625a6e2ccee93310e752896ccb (patch)
tree99291bc341cfed6a446fb5aad8ecebf7b4a6e355 /sys/boot/powerpc
parentad6c5bbede21cd52a5aa2d50cb9325c4454b6787 (diff)
downloadsrc-47f1082c4f9b45625a6e2ccee93310e752896ccb.tar.gz
src-47f1082c4f9b45625a6e2ccee93310e752896ccb.zip
Remove -DNEW_LINKERSET, it is not used here anymore. This is now native.
Notes
Notes: svn path=/head/; revision=78522
Diffstat (limited to 'sys/boot/powerpc')
-rw-r--r--sys/boot/powerpc/loader/Makefile3
-rw-r--r--sys/boot/powerpc/ofw/Makefile3
2 files changed, 0 insertions, 6 deletions
diff --git a/sys/boot/powerpc/loader/Makefile b/sys/boot/powerpc/loader/Makefile
index 591aa09485bf..f962170f5365 100644
--- a/sys/boot/powerpc/loader/Makefile
+++ b/sys/boot/powerpc/loader/Makefile
@@ -64,9 +64,6 @@ CFLAGS+= -I${.CURDIR}/../../../../lib/libstand/
# OpenFirmware is expecting ELF components
CFLAGS+= -elf
-# New linker set code
-#CFLAGS+= -DNEW_LINKER_SET
-
# Debug me!
CFLAGS+= -g
LDFLAGS+= -g
diff --git a/sys/boot/powerpc/ofw/Makefile b/sys/boot/powerpc/ofw/Makefile
index 591aa09485bf..f962170f5365 100644
--- a/sys/boot/powerpc/ofw/Makefile
+++ b/sys/boot/powerpc/ofw/Makefile
@@ -64,9 +64,6 @@ CFLAGS+= -I${.CURDIR}/../../../../lib/libstand/
# OpenFirmware is expecting ELF components
CFLAGS+= -elf
-# New linker set code
-#CFLAGS+= -DNEW_LINKER_SET
-
# Debug me!
CFLAGS+= -g
LDFLAGS+= -g