diff options
author | Ulrich Drepper <drepper@redhat.com> | 2002-09-24 00:05:38 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2002-09-24 00:05:38 +0000 |
commit | f2a444335f8deabb58145db315b33a87e4f576da (patch) | |
tree | ee2bf33ccf92fe4d37f341ee05987fc5d9a7f210 /sysdeps | |
parent | aea6989d9dc9eb217481c1958842566a2fb01ca9 (diff) | |
download | glibc-f2a444335f8deabb58145db315b33a87e4f576da.tar glibc-f2a444335f8deabb58145db315b33a87e4f576da.tar.gz glibc-f2a444335f8deabb58145db315b33a87e4f576da.tar.bz2 glibc-f2a444335f8deabb58145db315b33a87e4f576da.zip |
(sysdep_routines, shared-only-routines): Don't add divdi3 here.
Diffstat (limited to 'sysdeps')
-rw-r--r-- | sysdeps/powerpc/powerpc32/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysdeps/powerpc/powerpc32/Makefile b/sysdeps/powerpc/powerpc32/Makefile index d687ab4c85..8dc49e007f 100644 --- 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 |