diff options
author | Joel Sing <jsing@cvs.openbsd.org> | 2012-10-09 11:43:23 +0000 |
---|---|---|
committer | Joel Sing <jsing@cvs.openbsd.org> | 2012-10-09 11:43:23 +0000 |
commit | 5e065c779e48d10afeaf7c00e7fe38d7bdd06ae8 (patch) | |
tree | 31d54238af88e388da26040fcb6643de8a292012 /sys/arch/i386/stand/boot | |
parent | 6d8d4e7980d70c2d122e261bbadd500b6ab2e8b6 (diff) |
Remove -noinhibit-exec now that we no longer have to deal with
"relocation truncated" linker errors.
Diffstat (limited to 'sys/arch/i386/stand/boot')
-rw-r--r-- | sys/arch/i386/stand/boot/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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 |