Files
wifipineapple-openwrt/package/boot/uboot-envtools/patches/001-compile.patch
Luka Perkov bfe38bdeff [package] uboot-envtools: update to 2014.04
Signed-off-by: Luka Perkov <luka@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40778 3c298f89-4303-0410-b956-a3cf2f4a3e73
2014-05-19 16:41:24 +00:00

14 lines
380 B
Diff

--- a/tools/env/Makefile
+++ b/tools/env/Makefile
@@ -10,6 +10,10 @@
# with "CC" here for the maximum code reuse of scripts/Makefile.host.
HOSTCC = $(CC)
+ifneq ($(TARGET_CFLAGS),)
+HOSTCFLAGS = $(TARGET_CFLAGS)
+endif
+
# Compile for a hosted environment on the target
HOST_EXTRACFLAGS = $(patsubst -I%,-idirafter%, $(UBOOTINCLUDE)) \
-idirafter $(srctree)/tools/env \