From 5e065c779e48d10afeaf7c00e7fe38d7bdd06ae8 Mon Sep 17 00:00:00 2001 From: Joel Sing Date: Tue, 9 Oct 2012 11:43:23 +0000 Subject: Remove -noinhibit-exec now that we no longer have to deal with "relocation truncated" linker errors. --- sys/arch/i386/stand/boot/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/arch/i386/stand/boot') diff --git a/sys/arch/i386/stand/boot/Makefile b/sys/arch/i386/stand/boot/Makefile index ed97ba30cb6..9edd352e28a 100644 --- a/sys/arch/i386/stand/boot/Makefile +++ b/sys/arch/i386/stand/boot/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.39 2012/09/25 09:01:03 pascal Exp $ +# $OpenBSD: Makefile,v 1.40 2012/10/09 11:43:22 jsing Exp $ .include "${.CURDIR}/../Makefile.inc" @@ -18,7 +18,7 @@ LDFLAGS+=-nostdlib -Bstatic -nopie CLEANFILES+= srt0.o SRCS= crt0.c .else -LDFLAGS+=-Ttext $(LINKADDR) -Z -x -noinhibit-exec +LDFLAGS+=-Ttext $(LINKADDR) -Z -x CLEANFILES+= crt0.o SRCS= srt0.S .endif -- cgit v1.2.3