From 752b94f63eaa8a268ffb4930fbf5b4d464bc4601 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Wed, 18 Jan 2006 23:25:13 +0000 Subject: * sysdeps/sparc/sparc64/Makefile (long-double-fcts): Move this ... * sysdeps/sparc/Makefile (long-double-fcts): ... to here. --- ChangeLog | 5 +++++ sysdeps/sparc/Makefile | 3 +++ sysdeps/sparc/sparc64/Makefile | 3 --- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index bf94f48fa5..72cca13d5d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2006-01-18 Roland McGrath + + * sysdeps/sparc/sparc64/Makefile (long-double-fcts): Move this ... + * sysdeps/sparc/Makefile (long-double-fcts): ... to here. + 2006-01-18 Jakub Jelinek * elf/dl-deps.c (_dl_map_object_deps): In case of failure also make a diff --git a/sysdeps/sparc/Makefile b/sysdeps/sparc/Makefile index e55e461423..40323a0643 100644 --- a/sysdeps/sparc/Makefile +++ b/sysdeps/sparc/Makefile @@ -1,3 +1,6 @@ +# The Sparc `long double' is a distinct type we support. +long-double-fcts = yes + ifeq ($(subdir),db2) CPPFLAGS += -DHAVE_SPINLOCKS=1 -DHAVE_ASSEM_SPARC_GCC=1 endif diff --git a/sysdeps/sparc/sparc64/Makefile b/sysdeps/sparc/sparc64/Makefile index 6335984c7d..c1df31727c 100644 --- a/sysdeps/sparc/sparc64/Makefile +++ b/sysdeps/sparc/sparc64/Makefile @@ -1,6 +1,3 @@ -# The Sparc `long double' is a distinct type we support. -long-double-fcts = yes - ifeq ($(subdir),csu) sysdep_routines += hp-timing elide-routines.os += hp-timing -- cgit 1.4.1