qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [5687] Use HOST_CC instead of CC on TCG only targets


From: Aurelien Jarno
Subject: [Qemu-devel] [5687] Use HOST_CC instead of CC on TCG only targets
Date: Tue, 11 Nov 2008 13:30:45 +0000

Revision: 5687
          http://svn.sv.gnu.org/viewvc/?view=rev&root=qemu&revision=5687
Author:   aurel32
Date:     2008-11-11 13:30:45 +0000 (Tue, 11 Nov 2008)

Log Message:
-----------
Use HOST_CC instead of CC on TCG only targets

Modified Paths:
--------------
    trunk/Makefile.target

Modified: trunk/Makefile.target
===================================================================
--- trunk/Makefile.target       2008-11-11 13:30:37 UTC (rev 5686)
+++ trunk/Makefile.target       2008-11-11 13:30:45 UTC (rev 5687)
@@ -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






reply via email to

[Prev in Thread] Current Thread [Next in Thread]