configure: remove -export_dynamic linker flag on Mac OS X. 52/29652/1
authorGiWoong Kim <giwoong.kim@samsung.com>
Fri, 31 Oct 2014 08:26:42 +0000 (17:26 +0900)
committerGiWoong Kim <giwoong.kim@samsung.com>
Fri, 31 Oct 2014 08:29:17 +0000 (17:29 +0900)
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 <kt920.kim@samsung.com>
tizen/emulator_configure.sh

index 7cb38568bc79df9c88863b405a475ca9a0fa07bf..8ad1a81dc1de97b6b208dcce9d7a37c11d761bc9 100755 (executable)
@@ -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