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:
Dimitry Andric 2011-01-04 20:26:41 +00:00
parent baceff2f49
commit 7606ddab28
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=216975
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