From: Sascha Wildner Date: Fri, 18 May 2018 12:15:29 +0000 (+0200) Subject: rtld-elf: -e is an ld(1) option. X-Git-Tag: v5.5.0~612 X-Git-Url: https://gitweb.dragonflybsd.org/dragonfly.git/commitdiff_plain/538c162095269e2d1f12d822c7438ce829480f19 rtld-elf: -e is an ld(1) option. --- diff --git a/libexec/rtld-elf/Makefile b/libexec/rtld-elf/Makefile index da4fd6aa67..d13f95a2aa 100644 --- a/libexec/rtld-elf/Makefile +++ b/libexec/rtld-elf/Makefile @@ -24,7 +24,7 @@ LDFLAGS+= -flto CFLAGS+= -DIN_RTLD CFLAGS+= -I${.CURDIR}/${MACHINE_ARCH} -I${.CURDIR} -D__thread= CFLAGS+= -I${.CURDIR}/../../lib/csu/common -LDFLAGS+= -nostdlib -e .rtld_start -Wl,--no-undefined +LDFLAGS+= -nostdlib -Wl,-e.rtld_start,--no-undefined INSTALLFLAGS= -C -b .ifndef NOFSCHG INSTALLFLAGS+= -fschg