Skip to content

Commit

Permalink
* sysdeps/unix/sysv/linux/sh/Makefile (libm.so-no-z-defs): Define.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ulrich Drepper committed Feb 3, 2009
1 parent 1b14353 commit ba022c0
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
2009-02-02 Andrew Stubbs <ams@codesourcery.com>

* sysdeps/unix/sysv/linux/sh/Makefile (libm.so-no-z-defs): Define.

2009-02-02 Ulrich Drepper <drepper@redhat.com>

[BZ #9793]
Expand Down
5 changes: 5 additions & 0 deletions sysdeps/unix/sysv/linux/sh/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit ba022c0

Please sign in to comment.