2014-05-20 00:41:24 +08:00
|
|
|
--- 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
|
2014-11-30 09:14:17 +08:00
|
|
|
HOST_EXTRACFLAGS = $(patsubst -I%,-idirafter%, $(filter -I%, $(UBOOTINCLUDE))) \
|
2014-05-20 00:41:24 +08:00
|
|
|
-idirafter $(srctree)/tools/env \
|