projects
/
platform
/
upstream
/
glibc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
aea6989
)
(sysdep_routines, shared-only-routines): Don't add divdi3 here.
author
Ulrich Drepper
<drepper@redhat.com>
Tue, 24 Sep 2002 00:05:38 +0000
(
00:05
+0000)
committer
Ulrich Drepper
<drepper@redhat.com>
Tue, 24 Sep 2002 00:05:38 +0000
(
00:05
+0000)
sysdeps/powerpc/powerpc32/Makefile
patch
|
blob
|
history
diff --git
a/sysdeps/powerpc/powerpc32/Makefile
b/sysdeps/powerpc/powerpc32/Makefile
index d687ab4c85d0646947417062f77b3adeb41038db..8dc49e007f59f49027a258889ea34796c67817fd 100644
(file)
--- a/
sysdeps/powerpc/powerpc32/Makefile
+++ b/
sysdeps/powerpc/powerpc32/Makefile
@@
-37,8
+37,8
@@
ifeq (yes,$(have-protected))
CPPFLAGS-divdi3.c = -DHAVE_DOT_HIDDEN
CPPFLAGS-libgcc-compat.S = -DHAVE_DOT_HIDDEN
endif
-sysdep_routines +=
divdi3
libgcc-compat
-shared-only-routines +=
divdi3
libgcc-compat
+sysdep_routines += libgcc-compat
+shared-only-routines += libgcc-compat
endif
endif