Fix Makefile.boot small issue sync'ing with NetBSD

Change-Id: I4f8cbfb9d4b6be8b31ce705cbecc4b12b7e1fe45
This commit is contained in:
Antoine Leca 2017-05-08 12:15:09 +00:00 committed by David van Moolenbroek
parent 9f81acbc21
commit d5e4fc0151

View File

@ -167,7 +167,7 @@ ${PROG}: ${OBJS} ${LIBLIST} ${LDSCRIPT} ${.CURDIR}/../Makefile.boot
do :; \
done; \
) )"; \
${CC} -o ${PROG}.syms ${LDFLAGS} -Wl,--section-start=.text=0 -T ${LDSCRIPT} \
${CC} -o ${PROG}.sym ${LDFLAGS} -Wl,--section-start=.text=0 -T ${LDSCRIPT} \
-Wl,-Map,${PROG}.map -Wl,-cref ${OBJS} $$bb ${LIBLIST}
${OBJCOPY} -O binary ${PROG}.sym ${PROG}