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:
Kyle Evans 2019-08-23 01:16:12 +00:00
parent 8e61280bd9
commit e1aa7047af
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=351412

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