diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2010-07-10 17:09:16 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2010-07-10 17:09:16 +0000 |
commit | ab98f8b4b2be806732331cc202bf10bf268cac9f (patch) | |
tree | f39d98dc0c040635956a64607725a6d6368e8082 | |
parent | 7aadb3b4c457493922b8fd26877b2feb65da61fe (diff) |
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 |