From: Kitae Kim Date: Fri, 12 Jul 2013 06:14:08 +0000 (+0900) Subject: configure: set cc variable as gcc in default on Windows. X-Git-Tag: Tizen_Studio_1.3_Release_p2.3.1~900^2~9 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=deade5f8499ef205b452726d72dfcac24df2ef66;p=sdk%2Femulator%2Fqemu.git configure: set cc variable as gcc in default on Windows. set cc variable as gcc in default because old mingw does not have cc. Change-Id: I1ea93f53c4e9c765d13119f716cd6a79bc462c87 Signed-off-by: Kitae Kim --- diff --git a/tizen/emulator_configure.sh b/tizen/emulator_configure.sh index fdefc39545..87d460a4d3 100755 --- a/tizen/emulator_configure.sh +++ b/tizen/emulator_configure.sh @@ -214,6 +214,7 @@ echo "" echo "##### QEMU configuring for emulator" echo "##### QEMU configure append:" $CONFIGURE_APPEND exec ./configure \ + --cc=gcc \ $CONFIGURE_APPEND \ --audio-drv-list=winwave \ --enable-hax \