projects
/
sdk
/
emulator
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2ca0bce
)
configure: set cc variable as gcc in default on Windows.
author
Kitae Kim
<kt920.kim@samsung.com>
Fri, 12 Jul 2013 06:14:08 +0000
(15:14 +0900)
committer
Kitae 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
patch
|
blob
|
history
diff --git
a/tizen/emulator_configure.sh
b/tizen/emulator_configure.sh
index fdefc3954586a7736fedf6b097b820184f3966cf..87d460a4d3d34de73c1cb9b1fdff983e50ac4fe3 100755
(executable)
--- 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 \