From: GiWoong Kim Date: Fri, 31 Oct 2014 08:26:42 +0000 (+0900) Subject: configure: remove -export_dynamic linker flag on Mac OS X. X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a5c1ec71e5c2e919f1cfcaba2e4d131c1555b6aa;p=sdk%2Femulator%2Fqemu.git configure: remove -export_dynamic linker flag on Mac OS X. The flag occurs configure error on Mac OS X because of older compiler. In addition to this, rearrange configure options.module: title Change-Id: I5c8bdaf7ee25fac39537fb6f141c2cbff984c1cf Signed-off-by: Kitae Kim --- diff --git a/tizen/emulator_configure.sh b/tizen/emulator_configure.sh index 7cb38568bc..8ad1a81dc1 100755 --- a/tizen/emulator_configure.sh +++ b/tizen/emulator_configure.sh @@ -237,13 +237,15 @@ echo "##### QEMU configure append:" $CONFIGURE_APPEND ./configure \ --enable-werror \ --extra-cflags=-mmacosx-version-min=10.4 \ - --extra-ldflags="-Xlinker -export_dynamic" \ --audio-drv-list=coreaudio \ --enable-shm \ --enable-hax \ --disable-vnc \ --disable-cocoa \ --disable-sdl \ + --enable-qt \ $CONFIGURE_APPEND \ + +# --extra-ldflags="-Xlinker -export_dynamic" \ ;; esac