diff options
Diffstat (limited to 'sys/arch/amd64/stand/cdboot/Makefile')
-rw-r--r-- | sys/arch/amd64/stand/cdboot/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/amd64/stand/cdboot/Makefile b/sys/arch/amd64/stand/cdboot/Makefile index 3b9857cd3e2..5cb2bc02c01 100644 --- a/sys/arch/amd64/stand/cdboot/Makefile +++ b/sys/arch/amd64/stand/cdboot/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.14 2012/09/25 09:01:03 pascal Exp $ +# $OpenBSD: Makefile,v 1.15 2012/10/09 11:43:22 jsing Exp $ .include "${.CURDIR}/../Makefile.inc" @@ -12,7 +12,7 @@ PROG= cdboot SRCS= srt0.S boot.c 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 INSTALL_STRIP= |