blob: 34072f309d3431f8fb1c8cfb0db8789982eab31a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
--- a/tools/env/Makefile
+++ b/tools/env/Makefile
@@ -8,6 +8,10 @@
# with "CC" here for the maximum code reuse of scripts/Makefile.host.
override HOSTCC = $(CC)
+ifneq ($(TARGET_CFLAGS),)
+HOSTCFLAGS = $(TARGET_CFLAGS)
+endif
+
# Compile for a hosted environment on the target
HOST_EXTRACFLAGS = -I$(srctree)/tools \
$(patsubst -I%,-idirafter%, $(filter -I%, $(UBOOTINCLUDE))) \
|