mirror of https://github.com/hak5/openwrt.git
arm-trusted-firmware-mvebu: fix compiler spam
Gets rid of these warnings: cc1: note: someone does not honour COPTS correctly, passed 0 times Signed-off-by: Andre Heider <a.heider@gmail.com>master
parent
847b5927c6
commit
53065b2dee
|
@ -89,6 +89,8 @@ define Build/Prepare
|
||||||
$(TAR) -C $(STAGING_DIR_IMAGE) -xf $(DL_DIR)/$(LINARO_SOURCE)
|
$(TAR) -C $(STAGING_DIR_IMAGE) -xf $(DL_DIR)/$(LINARO_SOURCE)
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
export GCC_HONOUR_COPTS=s
|
||||||
|
|
||||||
TARGET_CFLAGS = ""
|
TARGET_CFLAGS = ""
|
||||||
|
|
||||||
MAKE_VARS= \
|
MAKE_VARS= \
|
||||||
|
|
Loading…
Reference in New Issue