From: SeokYeon Hwang Date: Wed, 2 Apr 2014 11:27:37 +0000 (+0900) Subject: build: Remove old W/A for MinGW gcc. X-Git-Tag: Tizen_Studio_1.3_Release_p2.3.1~427 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e863d1297fce11f10b5bc5e6e633b2d42249ca24;p=sdk%2Femulator%2Fqemu.git build: Remove old W/A for MinGW gcc. Change-Id: Ib4965c96c293e13ce3f9599c39a2f4fb5f0946a1 Signed-off-by: SeokYeon Hwang --- diff --git a/tizen/emulator_configure.sh b/tizen/emulator_configure.sh index cd274d4370..32297fc124 100755 --- a/tizen/emulator_configure.sh +++ b/tizen/emulator_configure.sh @@ -244,10 +244,7 @@ cd .. echo "" echo "##### QEMU configuring for emulator" echo "##### QEMU configure append:" $CONFIGURE_APPEND -# We add CFLAGS '-fno-omit-frame-pointer'. -# A GCC might have a bug related with omitting frame pointer. It generates weird instructions. exec ./configure \ - --extra-cflags=-fno-omit-frame-pointer \ --extra-ldflags=-Wl,--large-address-aware \ --cc=gcc \ --audio-drv-list=winwave \