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:
2
Makefile
2
Makefile
@@ -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
|
||||
|
Reference in New Issue
Block a user