From ba022c06a618d116671824d90057cc4497befd5d Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Tue, 3 Feb 2009 15:06:26 +0000 Subject: * sysdeps/unix/sysv/linux/sh/Makefile (libm.so-no-z-defs): Define. --- ChangeLog | 4 ++++ sysdeps/unix/sysv/linux/sh/Makefile | 5 +++++ 2 files changed, 9 insertions(+) diff --git a/ChangeLog b/ChangeLog index e79c0abb6a..ff88070fa3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2009-02-02 Andrew Stubbs + + * sysdeps/unix/sysv/linux/sh/Makefile (libm.so-no-z-defs): Define. + 2009-02-02 Ulrich Drepper [BZ #9793] diff --git a/sysdeps/unix/sysv/linux/sh/Makefile b/sysdeps/unix/sysv/linux/sh/Makefile index c1b436a6fb..1ead8f2ae3 100644 --- a/sysdeps/unix/sysv/linux/sh/Makefile +++ b/sysdeps/unix/sysv/linux/sh/Makefile @@ -5,3 +5,8 @@ endif ifeq ($(subdir),stdlib) gen-as-const-headers += ucontext_i.sym endif + +ifeq ($(subdir),math) +# The libm.so link can't find __fpscr_values +libm.so-no-z-defs = yes +endif -- cgit 1.4.1