diff options
author | Philip Guenther <guenther@cvs.openbsd.org> | 2016-08-14 18:46:04 +0000 |
---|---|---|
committer | Philip Guenther <guenther@cvs.openbsd.org> | 2016-08-14 18:46:04 +0000 |
commit | c2b69e1fef2130e77954e10ded75474f4a304067 (patch) | |
tree | 0799043d0a6f3a1cb46dde6c658b7861f5162c87 /libexec/ld.so | |
parent | 3f655d51d173e28f51350a362ca11460660bc20f (diff) |
Drop -z nocombreloc. That's a rev 1.1 commit so not clear why it was needed
then; perhaps fixed by the bump in binutils? Anyway, builds seem good without
it and that enables the full relro layout for ld.so.
ok kettenis@
Diffstat (limited to 'libexec/ld.so')
-rw-r--r-- | libexec/ld.so/arm/Makefile.inc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/libexec/ld.so/arm/Makefile.inc b/libexec/ld.so/arm/Makefile.inc index e7fadb4275c..844566f0766 100644 --- a/libexec/ld.so/arm/Makefile.inc +++ b/libexec/ld.so/arm/Makefile.inc @@ -1,9 +1,8 @@ -# $OpenBSD: Makefile.inc,v 1.4 2012/09/02 16:32:52 jsg Exp $ +# $OpenBSD: Makefile.inc,v 1.5 2016/08/14 18:46:03 guenther Exp $ CFLAGS += -fpic -msoft-float AFLAGS += -D_STANDALONE CPPFLAGS += -I${.CURDIR}/../../lib/libc/arch/arm SRCS+= divsi3.S -ELF_LDFLAGS+=-z nocombreloc LIBCSRCDIR=${.CURDIR}/../../lib/libc .PATH: ${LIBCSRCDIR}/arch/arm/gen |