Skip to content

Commit

Permalink
* sysdeps/sparc/sparc64/Makefile (long-double-fcts): Move this ...
Browse files Browse the repository at this point in the history
	* sysdeps/sparc/Makefile (long-double-fcts): ... to here.
  • Loading branch information
Roland McGrath committed Jan 18, 2006
1 parent db670cc commit 752b94f
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -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
Expand Down
3 changes: 3 additions & 0 deletions sysdeps/sparc/Makefile
Original file line number Diff line number Diff line change
@@ -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
3 changes: 0 additions & 3 deletions sysdeps/sparc/sparc64/Makefile
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 752b94f

Please sign in to comment.