1
0
mirror of https://xff.cz/git/u-boot/ synced 2025-08-31 16:22:36 +02:00

Disable new gcc8 warnings in Makefile

As I can't fix broken generated swig code.

Signed-off-by: Ondrej Jirman <megous@megous.com>
This commit is contained in:
Ondrej Jirman
2018-07-09 07:15:20 +02:00
parent 0b0c6af387
commit 4e57407077

View File

@@ -274,7 +274,7 @@ CONFIG_SHELL := $(shell if [ -x "$$BASH" ]; then echo $$BASH; \
HOSTCC = cc
HOSTCXX = c++
HOSTCFLAGS = -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer \
$(if $(CONFIG_TOOLS_DEBUG),-g)
$(if $(CONFIG_TOOLS_DEBUG),-g) -Wno-stringop-truncation -Wno-sign-compare
HOSTCXXFLAGS = -O2
# With the move to GCC 6, we have implicitly upgraded our language