From: Felix Fietkau Date: Mon, 12 Mar 2018 18:31:31 +0000 (+0100) Subject: uboot-fritz4040: fix build with gcc7 X-Git-Tag: v19.07.0-rc1~4222 X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fstaging%2Fhauke.git;a=commitdiff_plain;h=d85a7f1eb248c54d8936b26a95459fbc18f8a174 uboot-fritz4040: fix build with gcc7 Signed-off-by: Felix Fietkau --- diff --git a/package/boot/uboot-fritz4040/Makefile b/package/boot/uboot-fritz4040/Makefile index 4a36c55095..65d70e0502 100644 --- a/package/boot/uboot-fritz4040/Makefile +++ b/package/boot/uboot-fritz4040/Makefile @@ -37,6 +37,7 @@ define Build/Configure $(HOSTCC) -o $(PKG_BUILD_DIR)/fritz/lzma2eva $(PKG_BUILD_DIR)/fritz/src/lzma2eva.c -lz $(HOSTCC) -o $(PKG_BUILD_DIR)/fritz/tichksum $(PKG_BUILD_DIR)/fritz/src/tichksum.c ln -sf $(STAGING_DIR_HOST)/bin/lzma $(PKG_BUILD_DIR)/fritz + ln -sf compiler-gcc5.h $(PKG_BUILD_DIR)/include/linux/compiler-gcc7.h endef define Build/Compile