From 867610d08a6f33ec3f85ab6d002677a93232738e Mon Sep 17 00:00:00 2001 From: Roman Divacky Date: Mon, 14 Jun 2010 17:02:19 +0000 Subject: [PATCH] Pass the -N flag to linked via -Wl. Approved by: ed (mentor) --- sys/boot/i386/pxeldr/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/boot/i386/pxeldr/Makefile b/sys/boot/i386/pxeldr/Makefile index cc8902f165e0..db372bbc8961 100644 --- a/sys/boot/i386/pxeldr/Makefile +++ b/sys/boot/i386/pxeldr/Makefile @@ -32,7 +32,7 @@ ${BOOT}: ${LDR} ${LOADER} dd if=${.TARGET}.tmp of=${.TARGET} obs=2k conv=osync rm ${.TARGET}.tmp -LDFLAGS+= -N -e start -Ttext ${ORG} -Wl,-S,--oformat,binary +LDFLAGS+=-e start -Ttext ${ORG} -Wl,-N,-S,--oformat,binary CLEANFILES+= ${LOADER}