Pass the -N flag to linked via -Wl.

Approved by:	ed (mentor)
This commit is contained in:
Roman Divacky 2010-06-14 17:02:19 +00:00
parent 98dbf5572a
commit 867610d08a

View File

@ -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}