From f2a444335f8deabb58145db315b33a87e4f576da Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Tue, 24 Sep 2002 00:05:38 +0000 Subject: [PATCH] (sysdep_routines, shared-only-routines): Don't add divdi3 here. --- sysdeps/powerpc/powerpc32/Makefile | 4 ++-- 1 file 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