From: GiWoong Kim Date: Wed, 13 Aug 2014 09:35:48 +0000 (+0900) Subject: emulator: add --export-dynamic linker option X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=62b1fdd2cdad4bd5c67c1ae9018464e942e303fc;p=sdk%2Femulator%2Fqemu.git emulator: add --export-dynamic linker option When creating a dynamically linked executable, add all symbols to the dynamic symbol table. The dynamic symbol table is the set of symbols which are visible from dynamic objects at run time. Change-Id: Ie5fe683d743ece6a904e923bd4ca2c24f159705c Signed-off-by: GiWoong Kim --- diff --git a/configure b/configure index b03fa35a9f..d1ff5ae9b9 100755 --- a/configure +++ b/configure @@ -414,7 +414,7 @@ QEMU_CFLAGS="-D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE $QEMU_CFLA QEMU_INCLUDES="-I. -I\$(SRC_PATH) -I\$(SRC_PATH)/include" if test "$debug_info" = "yes"; then CFLAGS="-g $CFLAGS" - LDFLAGS="-g $LDFLAGS" + LDFLAGS="-g -Wl,--export-dynamic $LDFLAGS" fi # make source path absolute