diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2017-04-14 07:07:57 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2017-05-14 10:29:09 +0200 |
commit | baad294eaf59e0e1b311a11448a04e3d3c5f3c56 (patch) | |
tree | 858d8924af34509f8742d025c6d8740f20464a97 /libpthread/nptl/sysdeps/or1k/Makefile.arch | |
parent | 69ea4c1f65bff99575cd7f0210312dc355929240 (diff) |
or1k: add NPTL/TLS support
Signed-off-by: Waldemar Brodkorb <wbx@openadk.org>
Diffstat (limited to 'libpthread/nptl/sysdeps/or1k/Makefile.arch')
-rw-r--r-- | libpthread/nptl/sysdeps/or1k/Makefile.arch | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libpthread/nptl/sysdeps/or1k/Makefile.arch b/libpthread/nptl/sysdeps/or1k/Makefile.arch new file mode 100644 index 000000000..5be08a44c --- /dev/null +++ b/libpthread/nptl/sysdeps/or1k/Makefile.arch @@ -0,0 +1,4 @@ +# Makefile for uClibc-ng NPTL +# Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball. + +libc_arch_a_SSRC = libc-tls.S |