An issue in configure.ac of gdbserver

Jie Zhang jzhang918@gmail.com
Thu Dec 29 05:38:00 GMT 2005


Hi,

This piece of code in configure.ac of gdbserver does not work as
intended, since gcc only gives an warning if it does not accept
-rdynamic.

  LDFLAGS="$LDFLAGS -rdynamic"
  AC_TRY_LINK([], [], [RDYNAMIC=-rdynamic], [RDYNAMIC=])
  AC_SUBST(RDYNAMIC)


Regards,
Jie



More information about the Gdb mailing list