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:
parent
ee15a43d85
commit
44b901022f
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user