diff options
author | Richard Henderson <rth@redhat.com> | 2006-02-20 22:51:48 +0000 |
---|---|---|
committer | Richard Henderson <rth@redhat.com> | 2006-02-20 22:51:48 +0000 |
commit | a2bfb6d6356ae854f23715ef0c10818ac9b0a98b (patch) | |
tree | 707e9a6d560e8fde3897c25082e45951a830705f /sysdeps/alpha/soft-fp/Makefile | |
parent | c5780b5fc8892aed62501fc599c9958f543b412e (diff) | |
download | glibc-a2bfb6d6356ae854f23715ef0c10818ac9b0a98b.tar.gz glibc-a2bfb6d6356ae854f23715ef0c10818ac9b0a98b.tar.xz glibc-a2bfb6d6356ae854f23715ef0c10818ac9b0a98b.zip |
* sysdeps/alpha/soft-fp/Makefile (CPPFLAGS): Add soft-fp include to math subdir. * sysdeps/alpha/soft-fp/e_sqrtl.c: Don't use local-soft-fp.h. (__ieee754_sqrtl): Add _round local variable. * sysdeps/unix/sysv/linux/alpha/fpu/Implies: Remove.
* sysdeps/unix/sysv/linux/alpha/fxstatat.c: Fix hidden defs. 2006-02-20 Richard Henderson <rth@redhat.com> * sysdeps/alpha/soft-fp/Makefile (CPPFLAGS): Add soft-fp include to math subdir. * sysdeps/alpha/soft-fp/e_sqrtl.c: Don't use local-soft-fp.h. (__ieee754_sqrtl): Add _round local variable. * sysdeps/unix/sysv/linux/alpha/fpu/Implies: Remove. * sysdeps/unix/sysv/linux/alpha/fxstatat.c: Fix hidden defs.
Diffstat (limited to 'sysdeps/alpha/soft-fp/Makefile')
-rw-r--r-- | sysdeps/alpha/soft-fp/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sysdeps/alpha/soft-fp/Makefile b/sysdeps/alpha/soft-fp/Makefile index d7e7e2684a..5410a78984 100644 --- a/sysdeps/alpha/soft-fp/Makefile +++ b/sysdeps/alpha/soft-fp/Makefile @@ -4,3 +4,7 @@ ifeq ($(subdir),soft-fp) sysdep_routines += ots_add ots_sub ots_mul ots_div ots_cmp ots_cmpe \ ots_cvtxq ots_cvtqx ots_cvtqux ots_cvttx ots_cvtxt ots_nintxq endif + +ifeq ($(subdir),math) +CPPFLAGS += -I../soft-fp +endif |