From: Ulrich Drepper Date: Tue, 3 Feb 2009 15:06:26 +0000 (+0000) Subject: * sysdeps/unix/sysv/linux/sh/Makefile (libm.so-no-z-defs): Define. X-Git-Tag: upstream/2.30~13849 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ba022c06a618d116671824d90057cc4497befd5d;p=external%2Fglibc.git * sysdeps/unix/sysv/linux/sh/Makefile (libm.so-no-z-defs): Define. --- diff --git a/ChangeLog b/ChangeLog index e79c0ab..ff88070 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 c1b436a..1ead8f2 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