diff options
author | Peter Kjellerstedt <peter.kjellerstedt@axis.com> | 2006-02-22 09:58:36 +0000 |
---|---|---|
committer | Peter Kjellerstedt <peter.kjellerstedt@axis.com> | 2006-02-22 09:58:36 +0000 |
commit | 749dbd6ec8283fb1c31379596d6c8be6f52eb3c7 (patch) | |
tree | 12b04042a92cd57aebd2edda8e845e1118c5eb9c /libpthread/linuxthreads_db | |
parent | 4646645b535aa02181d6ae9b8f042f9f9bfec239 (diff) | |
download | uClibc-alpine-749dbd6ec8283fb1c31379596d6c8be6f52eb3c7.tar.bz2 uClibc-alpine-749dbd6ec8283fb1c31379596d6c8be6f52eb3c7.tar.xz |
* Made it possible to dynamically check for supported linker options
using the check_ld function.
* Only use --warn-unresolved-symbols with linkers that support it.
Diffstat (limited to 'libpthread/linuxthreads_db')
-rw-r--r-- | libpthread/linuxthreads_db/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libpthread/linuxthreads_db/Makefile.in b/libpthread/linuxthreads_db/Makefile.in index ec6afc016..06106e8af 100644 --- a/libpthread/linuxthreads_db/Makefile.in +++ b/libpthread/linuxthreads_db/Makefile.in @@ -8,7 +8,7 @@ # Get the thread include dependencies and shared object name CFLAGS-linuxthreads_db := -DNOT_IN_libc -DLIBPTHREAD_SO="\"libpthread.so.$(MAJOR_VERSION)\"" -LDFLAGS-libthread_db.so := $(LDFLAGS_NOSTRIP) -s --warn-unresolved-symbols +LDFLAGS-libthread_db.so := $(LDFLAGS_NOSTRIP) -s $(call check_ld,--warn-unresolved-symbols) LIBS-libthread_db.so := $(LIBS) |