mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-03 12:35:02 +00:00
Remove -DNEW_LINKERSET, it is not used here anymore. This is now native.
This commit is contained in:
parent
ad6c5bbede
commit
47f1082c4f
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=78522
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user