From deade5f8499ef205b452726d72dfcac24df2ef66 Mon Sep 17 00:00:00 2001 From: Kitae Kim Date: Fri, 12 Jul 2013 15:14:08 +0900 Subject: [PATCH] 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 --- tizen/emulator_configure.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/tizen/emulator_configure.sh b/tizen/emulator_configure.sh index fdefc39..87d460a 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 \ -- 2.7.4