diff options
author | Bernd Schmidt bernds_cb1@t-online.de <bernds@codesourcery.com> | 2011-03-02 18:22:01 +0100 |
---|---|---|
committer | Bernd Schmidt <bernds@codesourcery.com> | 2011-03-05 18:09:46 +0100 |
commit | f4eebb6146ea3f6917481d5d24f3d99e97236399 (patch) | |
tree | cf329d3c558f0ce8fb84950cb5f7f3aa333d5757 /libpthread | |
parent | 2a0c568ddc7b6b142dc049d8cc9cf32eb38e2321 (diff) | |
download | uClibc-alpine-f4eebb6146ea3f6917481d5d24f3d99e97236399.tar.bz2 uClibc-alpine-f4eebb6146ea3f6917481d5d24f3d99e97236399.tar.xz |
Add Makefile support for DSBT ELF.
This adds support for a new binary format, DSBT ELF, to the Makefiles.
Every shared library is assigned a DSBT index, and the link.so macro is
adjusted to ensure the correct linker argument is passed.
Configuration and ldso support will follow in separate commits.
Signed-off-by: Bernd Schmidt <bernds@codesourcery.com>
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Diffstat (limited to 'libpthread')
-rw-r--r-- | libpthread/linuxthreads.old/Makefile.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libpthread/linuxthreads.old/Makefile.in b/libpthread/linuxthreads.old/Makefile.in index d2e29c72d..f599b1697 100644 --- a/libpthread/linuxthreads.old/Makefile.in +++ b/libpthread/linuxthreads.old/Makefile.in @@ -18,6 +18,7 @@ LDFLAGS-libpthread.so := $(LDFLAGS_NOSTRIP) -Wl,-z,defs else LDFLAGS-libpthread.so := $(LDFLAGS) endif +LDFLAGS-$(UCLIBC_FORMAT_DSBT_ELF)-libpthread.so := -Wl,--dsbt-index=10 LIBS-libpthread.so := $(LIBS) $(ldso) |