mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-22 19:00:07 +00:00
* sysdeps/unix/sysv/linux/sh/Makefile (libm.so-no-z-defs): Define.
This commit is contained in:
parent
1b14353ee3
commit
ba022c06a6
@ -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>
|
2009-02-02 Ulrich Drepper <drepper@redhat.com>
|
||||||
|
|
||||||
[BZ #9793]
|
[BZ #9793]
|
||||||
|
@ -5,3 +5,8 @@ endif
|
|||||||
ifeq ($(subdir),stdlib)
|
ifeq ($(subdir),stdlib)
|
||||||
gen-as-const-headers += ucontext_i.sym
|
gen-as-const-headers += ucontext_i.sym
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
ifeq ($(subdir),math)
|
||||||
|
# The libm.so link can't find __fpscr_values
|
||||||
|
libm.so-no-z-defs = yes
|
||||||
|
endif
|
||||||
|
Loading…
Reference in New Issue
Block a user