summaryrefslogtreecommitdiffstats
path: root/sys/boot
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>2001-06-21 00:08:23 +0000
committerpeter <peter@FreeBSD.org>2001-06-21 00:08:23 +0000
commit2bbbdbe1891272ea6a0b0073820b804ad94d217d (patch)
tree99291bc341cfed6a446fb5aad8ecebf7b4a6e355 /sys/boot
parentc4ce33c0c73fe36cb5f435a31c244b613ec42230 (diff)
downloadFreeBSD-src-2bbbdbe1891272ea6a0b0073820b804ad94d217d.zip
FreeBSD-src-2bbbdbe1891272ea6a0b0073820b804ad94d217d.tar.gz
Remove -DNEW_LINKERSET, it is not used here anymore. This is now native.
Diffstat (limited to 'sys/boot')
-rw-r--r--sys/boot/i386/loader/Makefile3
-rw-r--r--sys/boot/pc98/loader/Makefile3
-rw-r--r--sys/boot/powerpc/loader/Makefile3
-rw-r--r--sys/boot/powerpc/ofw/Makefile3
4 files changed, 0 insertions, 12 deletions
diff --git a/sys/boot/i386/loader/Makefile b/sys/boot/i386/loader/Makefile
index d034adc..522323e 100644
--- a/sys/boot/i386/loader/Makefile
+++ b/sys/boot/i386/loader/Makefile
@@ -72,9 +72,6 @@ CFLAGS+= -I${.CURDIR}/../btx/lib
# BTX 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/pc98/loader/Makefile b/sys/boot/pc98/loader/Makefile
index 2e2822c..3812aff 100644
--- a/sys/boot/pc98/loader/Makefile
+++ b/sys/boot/pc98/loader/Makefile
@@ -75,9 +75,6 @@ CFLAGS+= -I${.CURDIR}/../btx/lib
# BTX 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/loader/Makefile b/sys/boot/powerpc/loader/Makefile
index 591aa09..f962170 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 591aa09..f962170 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
OpenPOWER on IntegriCloud