Lines Matching +full:ipa +full:- +full:shared
7 https://sourceware.org/git/?p=binutils-gdb.git;a=commit;h=9a665d62266e75f0519f3a663784c458885b5c63:
10 …ce-2/output-1/host/opt/ext-toolchain/bin/../lib/gcc/i586-buildroot-linux-musl/9.3.0/../../../../i5…
11 /home/buildroot/autobuild/instance-2/output-1/build/gdb-10.2/build/gdbserver/../../gdbserver/../gdb…
14 - http://autobuild.buildroot.org/results/faacc874fe9d32b74cb3d3dea988ef661cb0e3d0
16 Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
18 https://sourceware.org/pipermail/gdb-patches/2021-November/183580.html]
19 ---
20 gdbserver/Makefile.in | 2 +-
21 1 file changed, 1 insertion(+), 1 deletion(-)
23 diff --git a/gdbserver/Makefile.in b/gdbserver/Makefile.in
25 --- a/gdbserver/Makefile.in
27 @@ -383,7 +383,7 @@ $(IPA_LIB): $(sort $(IPA_OBJS)) ${CDEPS}
28 $(SILENCE) rm -f $(IPA_LIB)
29 $(ECHO_CXXLD) $(CC_LD) -shared -fPIC -Wl,--soname=$(IPA_LIB) \
30 -Wl,--no-undefined $(INTERNAL_CFLAGS) $(INTERNAL_LDFLAGS) \
31 - -o $(IPA_LIB) ${IPA_OBJS} -ldl -pthread
32 + -o $(IPA_LIB) ${IPA_OBJS} -ldl -pthread $(INTL)
34 # Put the proper machine-specific files first, so M-. on a machine
36 --