configure: set cc variable as gcc in default on Windows.
authorKitae Kim <kt920.kim@samsung.com>
Fri, 12 Jul 2013 06:14:08 +0000 (15:14 +0900)
committerKitae Kim <kt920.kim@samsung.com>
Fri, 12 Jul 2013 06:14:08 +0000 (15:14 +0900)
set cc variable as gcc in default because old mingw does not have cc.

Change-Id: I1ea93f53c4e9c765d13119f716cd6a79bc462c87
Signed-off-by: Kitae Kim <kt920.kim@samsung.com>
tizen/emulator_configure.sh

index fdefc3954586a7736fedf6b097b820184f3966cf..87d460a4d3d34de73c1cb9b1fdff983e50ac4fe3 100755 (executable)
@@ -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 \