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