From ddad941ea4bd020f6af4174822f991b38872bb9b Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Wed, 18 Apr 2001 00:20:28 +0000 Subject: Update. 2001-04-17 Ulrich Drepper * sysdeps/alpha/fpu/libm-test-ulps: Adjust error values for atan2f. --- linuxthreads/ChangeLog | 4 ++++ linuxthreads/sysdeps/unix/sysv/linux/sparc/sparc64/Makefile | 9 +++++++++ 2 files changed, 13 insertions(+) create mode 100644 linuxthreads/sysdeps/unix/sysv/linux/sparc/sparc64/Makefile (limited to 'linuxthreads') diff --git a/linuxthreads/ChangeLog b/linuxthreads/ChangeLog index 6f579267cd..435f172957 100644 --- a/linuxthreads/ChangeLog +++ b/linuxthreads/ChangeLog @@ -1,3 +1,7 @@ +2001-04-18 Jakub Jelinek + + * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile: New file. + 2001-04-16 Ulrich Drepper * signals.c (sigwait): NSIG is no signal number. Block all 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 0000000000..b5c34a9696 --- /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 -- cgit 1.4.1