Pass the -N flag to linked via -Wl.
Approved by: ed (mentor)
This commit is contained in:
parent
98dbf5572a
commit
867610d08a
@ -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}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user