]> Zhao Yanbai Git Server - minix.git/commitdiff
Fix Makefile.boot small issue sync'ing with NetBSD 00/3500/1
authorAntoine Leca <Antoine.Leca.1@gmail.com>
Mon, 8 May 2017 12:15:09 +0000 (12:15 +0000)
committerDavid van Moolenbroek <david@minix3.org>
Mon, 8 May 2017 12:15:09 +0000 (12:15 +0000)
Change-Id: I4f8cbfb9d4b6be8b31ce705cbecc4b12b7e1fe45

sys/arch/i386/stand/boot/Makefile.boot

index add412be5bc49f021e308317c7763e698a983530..b6c3d501e19f8ae0340eb96195366719965e5485 100644 (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}