From: Ulrich Drepper Date: Tue, 24 Sep 2002 00:05:38 +0000 (+0000) Subject: (sysdep_routines, shared-only-routines): Don't add divdi3 here. X-Git-Tag: upstream/2.30~21070 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f2a444335f8deabb58145db315b33a87e4f576da;p=external%2Fglibc.git (sysdep_routines, shared-only-routines): Don't add divdi3 here. --- diff --git a/sysdeps/powerpc/powerpc32/Makefile b/sysdeps/powerpc/powerpc32/Makefile index d687ab4..8dc49e0 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