1
0
mirror of https://xff.cz/git/u-boot/ synced 2025-08-31 08:12:06 +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 cbbf1754ec
commit 3b89917df9

View File

@@ -255,7 +255,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
HOSTCXXFLAGS = -O2
# With the move to GCC 6, we have implicitly upgraded our language