summaryrefslogtreecommitdiff
path: root/Makefile.target
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.target')
-rw-r--r--Makefile.target4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile.target b/Makefile.target
index 031ab456ec..3019f44f70 100644
--- a/Makefile.target
+++ b/Makefile.target
@@ -1,5 +1,9 @@
include config.mak
+ifndef CONFIG_DYNGEN_OP
+CC=$(HOST_CC)
+endif
+
TARGET_BASE_ARCH:=$(TARGET_ARCH)
ifeq ($(TARGET_ARCH), x86_64)
TARGET_BASE_ARCH:=i386