diff options
author | Jakub Jelinek <jakub@redhat.com> | 2006-02-02 09:24:43 +0000 |
---|---|---|
committer | Jakub Jelinek <jakub@redhat.com> | 2006-02-02 09:24:43 +0000 |
commit | c3a8c11b0c6a6e44e98dcd4bb0fdb397e4fd56f7 (patch) | |
tree | 06122af4d2362ce1d73b832105580ff1904433ff /sysdeps/ieee754 | |
parent | 8e3cf1ca614800e0baf9f20ec5027a19216bdb66 (diff) | |
download | glibc-c3a8c11b0c6a6e44e98dcd4bb0fdb397e4fd56f7.tar.gz |
2006-02-02 Roland McGrath <roland@redhat.com>cvs/fedora-glibc-2_3_90-33
* timezone/private.h: Update from tzcode2006a.
* timezone/scheck.c: Likewise.
* timezone/asia: Update from tzdata2006a.
* timezone/northamerica: Likewise.
* timezone/zone.tab: Likewise.
* sysdeps/powerpc/powerpc64/Makefile (no-special-regs): New variable.
(CFLAGS-mcount.c): Use it instead of -msoft-float.
* sysdeps/powerpc/powerpc64/elf/Makefile
(CFLAGS-dl-runtime.os, CFLAGS-dl-lookup.os, CFLAGS-dl-misc.os,
CFLAGS-rtld-mempcpy.os, CFLAGS-rtld-memmove.os, CFLAGS-rtld-memchr.os,
CFLAGS-rtld-strnlen.os): LIkewise
2006-02-01 Roland McGrath <roland@redhat.com>
* sysdeps/ieee754/ldbl-opt/Makefile (sysdep-CFLAGS): Avoid adding
-mlong-double-128 when it's already there.
Diffstat (limited to 'sysdeps/ieee754')
-rw-r--r-- | sysdeps/ieee754/ldbl-opt/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sysdeps/ieee754/ldbl-opt/Makefile b/sysdeps/ieee754/ldbl-opt/Makefile index bcafb3c84a..7f7bc3ce33 100644 --- a/sysdeps/ieee754/ldbl-opt/Makefile +++ b/sysdeps/ieee754/ldbl-opt/Makefile @@ -2,7 +2,9 @@ # -mlong-double-128 option is used (or when it becomes a default # when -mlong-double-64 is not used). long-double-fcts = yes +ifeq (,$(filter -mlong-double-128,$(sysdep-CFLAGS))) sysdep-CFLAGS += -mlong-double-128 +endif ifeq ($(subdir),math) libm-routines += s_nexttowardfd |