diff options
author | Ulrich Drepper <drepper@redhat.com> | 2001-04-18 00:20:28 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2001-04-18 00:20:28 +0000 |
commit | ddad941ea4bd020f6af4174822f991b38872bb9b (patch) | |
tree | 185e2888795dd675caca111500360b85b4502144 /linuxthreads/sysdeps | |
parent | 2edfd87c4489642651d52d0d18ac3eeb4aa7ca1a (diff) | |
download | glibc-ddad941ea4bd020f6af4174822f991b38872bb9b.zip glibc-ddad941ea4bd020f6af4174822f991b38872bb9b.tar.gz glibc-ddad941ea4bd020f6af4174822f991b38872bb9b.tar.bz2 |
Update.
2001-04-17 Ulrich Drepper <drepper@redhat.com>
* sysdeps/alpha/fpu/libm-test-ulps: Adjust error values for atan2f.
Diffstat (limited to 'linuxthreads/sysdeps')
-rw-r--r-- | linuxthreads/sysdeps/unix/sysv/linux/sparc/sparc64/Makefile | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/linuxthreads/sysdeps/unix/sysv/linux/sparc/sparc64/Makefile b/linuxthreads/sysdeps/unix/sysv/linux/sparc/sparc64/Makefile new file mode 100644 index 0000000..b5c34a9 --- /dev/null +++ b/linuxthreads/sysdeps/unix/sysv/linux/sparc/sparc64/Makefile @@ -0,0 +1,9 @@ +ifeq ($(subdir),linuxthreads) +# gcc -m64 has /usr/lib64/crti.o hardcoded in the specs file, because otherwise +# it would normally find 32bit crti.o. +LDFLAGS-pthread.so += -specs=$(objpfx)specs +before-compile += $(objpfx)specs +postclean-generated += $(subdir)specs +$(objpfx)specs: + $(CC) $(CFLAGS) $(CPPFLAGS) -dumpspecs | sed 's_/usr/lib64/crti.o_crti.o_g' > $@ +endif |