Commit 7aa763c72e5f8358e3ba8bbf1bc328cb8e8fc4de

Authored by aurel32
1 parent 1c58b166

Use HOST_CC instead of CC on TCG only targets

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5687 c046a42c-6fe2-441c-8c8c-71466251a162
Showing 1 changed file with 4 additions and 0 deletions
Makefile.target
1 1 include config.mak
2 2  
  3 +ifndef CONFIG_DYNGEN_OP
  4 +CC=$(HOST_CC)
  5 +endif
  6 +
3 7 TARGET_BASE_ARCH:=$(TARGET_ARCH)
4 8 ifeq ($(TARGET_ARCH), x86_64)
5 9 TARGET_BASE_ARCH:=i386
... ...