* sysdeps/sparc/sparc64/Makefile (long-double-fcts): Move this ...
* sysdeps/sparc/Makefile (long-double-fcts): ... to here.
This commit is contained in:
parent
db670cc88c
commit
752b94f63e
|
@ -1,3 +1,8 @@
|
|||
2006-01-18 Roland McGrath <roland@redhat.com>
|
||||
|
||||
* sysdeps/sparc/sparc64/Makefile (long-double-fcts): Move this ...
|
||||
* sysdeps/sparc/Makefile (long-double-fcts): ... to here.
|
||||
|
||||
2006-01-18 Jakub Jelinek <jakub@redhat.com>
|
||||
|
||||
* elf/dl-deps.c (_dl_map_object_deps): In case of failure also make a
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue