--extra-cflags=-Wno-error=format-extra-args \
--extra-cflags=-Wno-error=redundant-decls \
--extra-ldflags=-Wl,--large-address-aware \
+ --extra-ldflags=-Wl,--export-all-symbols \
--cc=gcc \
--disable-coroutine-pool \
--audio-drv-list=winwave \
$CONFIGURE_APPEND \
;;
Darwin*)
+# FIXME: "-export_dynamic" causes error on old version clang
cd ..
echo ""
echo "##### QEMU configuring for emulator"
./configure \
--enable-werror \
--extra-cflags=-mmacosx-version-min=10.4 \
- --extra-ldflags=-Wl,-export_dynamic \
+ --extra-ldflags=-Xlinker -export_dynamic \
--audio-drv-list=coreaudio \
--enable-shm \
--enable-hax \