diff options
author | peter <peter@FreeBSD.org> | 2001-06-21 00:08:23 +0000 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 2001-06-21 00:08:23 +0000 |
commit | 2bbbdbe1891272ea6a0b0073820b804ad94d217d (patch) | |
tree | 99291bc341cfed6a446fb5aad8ecebf7b4a6e355 /sys/boot/pc98 | |
parent | c4ce33c0c73fe36cb5f435a31c244b613ec42230 (diff) | |
download | FreeBSD-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/pc98')
-rw-r--r-- | sys/boot/pc98/loader/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
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 |