projects
/
external
/
glibc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3398852
)
2006-01-27 Roland McGrath <roland@redhat.com>
author
Roland McGrath
<roland@gnu.org>
Mon, 30 Jan 2006 22:12:44 +0000
(22:12 +0000)
committer
Roland McGrath
<roland@gnu.org>
Mon, 30 Jan 2006 22:12:44 +0000
(22:12 +0000)
* sysdeps/powerpc/nofpu/Makefile [$(subdir) = soft-fp]
(sysdep_routines): Add $(gcc-quad-routines) here.
sysdeps/powerpc/nofpu/Makefile
patch
|
blob
|
history
diff --git
a/sysdeps/powerpc/nofpu/Makefile
b/sysdeps/powerpc/nofpu/Makefile
index
f85cb0b
..
9fde4a5
100644
(file)
--- a/
sysdeps/powerpc/nofpu/Makefile
+++ b/
sysdeps/powerpc/nofpu/Makefile
@@
-1,7
+1,8
@@
# Makefile fragment for PowerPC with no FPU.
ifeq ($(subdir),soft-fp)
-sysdep_routines += $(gcc-single-routines) $(gcc-double-routines) sim-full
+sysdep_routines += $(gcc-single-routines) $(gcc-double-routines) \
+ $(gcc-quad-routines) sim-full
endif
ifeq ($(subdir),math)