diff options
author | 2010-07-10 17:09:15 +0000 | |
---|---|---|
committer | 2010-07-10 17:09:15 +0000 | |
commit | 70f7cfa1d27beabc7a6cd57269ec0c4ba0adf744 (patch) | |
tree | 283287eb14ac6ec94745824964e533693ff7c905 | |
parent | actually, pxeboot must remain linked with -N (diff) | |
download | wireguard-openbsd-70f7cfa1d27beabc7a6cd57269ec0c4ba0adf744.tar.xz wireguard-openbsd-70f7cfa1d27beabc7a6cd57269ec0c4ba0adf744.zip |
and cdboot must be linked with -N still, too. even more curious
-rw-r--r-- | sys/arch/i386/stand/cdboot/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/arch/i386/stand/cdboot/Makefile b/sys/arch/i386/stand/cdboot/Makefile index 7b3d9400841..97912f9cb1c 100644 --- a/sys/arch/i386/stand/cdboot/Makefile +++ b/sys/arch/i386/stand/cdboot/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.7 2010/07/10 16:11:44 deraadt Exp $ +# $OpenBSD: Makefile,v 1.8 2010/07/10 17:09:15 deraadt Exp $ .include "${.CURDIR}/../Makefile.inc" @@ -11,8 +11,8 @@ SIZE?= size LDFLAGS+=-nostdlib -Bstatic INSTALL_STRIP= -LDFLAGS+=-Ttext $(LINKADDR) -Z -x -noinhibit-exec -CLEANFILES+= crt0.o +LDFLAGS+=-Ttext $(LINKADDR) -N -x -noinhibit-exec +CLEANFILES+= crt0.o ${PROG}.whole SRCS= srt0.S SRCS+= boot.c cmd.c vars.c bootarg.c conf.c |