Remove '-elf' from build flags for libexec/rtld-elf for amd64 and i386.

ELF has been the default format for almost 12 years now.
This commit is contained in:
dim 2011-01-04 20:26:41 +00:00
parent ee15a43d85
commit 44b901022f
2 changed files with 0 additions and 4 deletions

View File

@ -1,7 +1,5 @@
# $FreeBSD$
CFLAGS+= -elf
LDFLAGS+= -elf
# Uncomment this to build the dynamic linker as an executable instead
# of a shared library:
#LDSCRIPT= ${.CURDIR}/${MACHINE_CPUARCH}/elf_rtld.x

View File

@ -1,7 +1,5 @@
# $FreeBSD$
CFLAGS+= -elf
LDFLAGS+= -elf
# Uncomment this to build the dynamic linker as an executable instead
# of a shared library:
#LDSCRIPT= ${.CURDIR}/${MACHINE_CPUARCH}/elf_rtld.x