From 47f1082c4f9b45625a6e2ccee93310e752896ccb Mon Sep 17 00:00:00 2001 From: Peter Wemm Date: Thu, 21 Jun 2001 00:08:23 +0000 Subject: [PATCH] Remove -DNEW_LINKERSET, it is not used here anymore. This is now native. --- sys/boot/i386/loader/Makefile | 3 --- sys/boot/pc98/loader/Makefile | 3 --- sys/boot/powerpc/loader/Makefile | 3 --- sys/boot/powerpc/ofw/Makefile | 3 --- 4 files changed, 12 deletions(-) diff --git a/sys/boot/i386/loader/Makefile b/sys/boot/i386/loader/Makefile index d034adcd376b..522323e0eb39 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 2e2822c04e0e..3812aff58770 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 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