]> git.proxmox.com Git - qemu.git/commitdiff
Use HOST_CC instead of CC on TCG only targets
authoraurel32 <aurel32@c046a42c-6fe2-441c-8c8c-71466251a162>
Tue, 11 Nov 2008 13:30:45 +0000 (13:30 +0000)
committeraurel32 <aurel32@c046a42c-6fe2-441c-8c8c-71466251a162>
Tue, 11 Nov 2008 13:30:45 +0000 (13:30 +0000)
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5687 c046a42c-6fe2-441c-8c8c-71466251a162

Makefile.target

index 031ab456ec6b2b80410fc61752c3656c7e163b64..3019f44f70e2ecdbaddd7b65f2558cd37d460d62 100644 (file)
@@ -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