diff options
Diffstat (limited to 'sys/arch/amd64/stand/boot/Makefile')
-rw-r--r-- | sys/arch/amd64/stand/boot/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/amd64/stand/boot/Makefile b/sys/arch/amd64/stand/boot/Makefile index d6aec91d035..178883e8244 100644 --- a/sys/arch/amd64/stand/boot/Makefile +++ b/sys/arch/amd64/stand/boot/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.11 2012/09/25 09:01:03 pascal Exp $ +# $OpenBSD: Makefile,v 1.12 2012/10/09 11:43:22 jsing Exp $ .include "${.CURDIR}/../Makefile.inc" @@ -13,7 +13,7 @@ PROG= boot SRCS= srt0.S conf.c LD?= ld SIZE?= size -LDFLAGS+=-nostdlib -Bstatic -Ttext $(LINKADDR) -N -x -noinhibit-exec -nopie +LDFLAGS+=-nostdlib -Bstatic -Ttext $(LINKADDR) -N -x -nopie LDFLAGS+=-melf_i386 -L/usr/libdata .PATH: ${SADIR}/libsa |