Aleksandar Ristovski wrote: > > The patch is quite straight-forward. The only more invasive change is > the change to configure.ac and Makefile.in. > > This is why I am attaching two patches and two change logs. > > 1) gdbserver-extra_srv_libs - ChangeLog > (Note: this patch is not complete, I could not regenerate configure > since I do not have autoconf version 2.59, I would appreciate if someone > could generate if for me). > > * Makefile.in (gdbreplay): Add $(GDBSERVER_LIBS) to linking step. > * configure.ac (GDBSERVER_LIBS): Add $extra_srv_libs. Correcting the patch for supporting target specific libraries in configure/Makefile. configure script generated using autoconf-2.59-r7 ChangeLog: * configure.ac (GDBSERVER_LIBS): Add $extra_srv_libs. * configure: Regenerated using autoconfg 2.59-r7. * Makefile.in (gdbreplay): Add $(GDBSERVER_EXTRA_LIBS) to linking step for both gdbserver and gdbreplay.