diff options
author | Khem Raj <raj.khem@gmail.com> | 2015-10-31 18:32:54 +0000 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2015-12-17 20:35:20 +0100 |
commit | ce64875415e7d50da86379b48f04f96d633b4e9d (patch) | |
tree | d9d71a9743413e6a3fd9fb760d81a4303978b777 /libc/sysdeps/linux/powerpc/Makefile.arch | |
parent | 5178df3e156a436c4888a1a95996aea55525e7b6 (diff) |
Add implementation for copysignl for ppc
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'libc/sysdeps/linux/powerpc/Makefile.arch')
-rw-r--r-- | libc/sysdeps/linux/powerpc/Makefile.arch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/sysdeps/linux/powerpc/Makefile.arch b/libc/sysdeps/linux/powerpc/Makefile.arch index 4fbcb1126..7c09c879e 100644 --- a/libc/sysdeps/linux/powerpc/Makefile.arch +++ b/libc/sysdeps/linux/powerpc/Makefile.arch @@ -5,7 +5,7 @@ # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball. # -CSRC-y := __syscall_error.c ioctl.c +CSRC-y := __syscall_error.c ioctl.c copysignl.c SSRC-y := \ __longjmp.S setjmp.S bsd-setjmp.S bsd-_setjmp.S brk.S \ |