stand: boot2: fix amd64-xtoolchain-gcc build

-Wno-missing-declarations is the GCC equivalent of
-Wno-missing-prototypes... this was overlooked in r351135.

MFC after:	3 days
X-MFC-With:	r351135
This commit is contained in:
kevans 2019-08-23 01:16:12 +00:00
parent 83d641906f
commit c2a45261af

View File

@ -80,7 +80,7 @@ boot2.bin: boot2.out
# For __ashldi3
.PATH: ${SRCTOP}/contrib/compiler-rt/lib/builtins
CFLAGS.ashldi3.c= -Wno-missing-prototypes
CFLAGS.ashldi3.c= -Wno-missing-prototypes -Wno-missing-declarations
CLEANFILES+= ashldi3.o
boot2.out: ${BTXCRT} boot2.o sio.o ashldi3.o