mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-08-06 14:49:38 +08:00
* configure.in configure: Check if host has libdl if doing
Solaris threads.
This commit is contained in:
@ -178,6 +178,7 @@ if test ${build} = ${host} -a ${host} = ${target} ; then
|
||||
AC_MSG_RESULT(yes)
|
||||
AC_DEFINE(HAVE_THREAD_DB_LIB)
|
||||
CONFIG_OBS="${CONFIG_OBS} sol-thread.o"
|
||||
AC_CHECK_LIB(dl, dlopen)
|
||||
if test "$GCC" = "yes" ; then
|
||||
CONFIG_LDFLAGS="${CONFIG_LDFLAGS} -Xlinker -export-dynamic"
|
||||
fi
|
||||
|
Reference in New Issue
Block a user