From f432e749d0c22599d0f15b3b3cebb32cd29dbda6 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Tue, 21 May 2002 00:28:35 +0000 Subject: [PATCH] Build libgcc-compat and divdi3. --- sysdeps/powerpc/Makefile | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/sysdeps/powerpc/Makefile b/sysdeps/powerpc/Makefile index a29e387d83b..f31d3dc36e7 100644 --- a/sysdeps/powerpc/Makefile +++ b/sysdeps/powerpc/Makefile @@ -34,6 +34,11 @@ CFLAGS-initfini.s = -g0 -fpic -O1 CFLAGS-init.o = -G0 CFLAGS-gmon-start.o = -G0 endif +ifeq (yes,$(build-shared)) +# Compatibility +sysdep_routines += divdi3 libgcc-compat +shared-only-routines += divdi3 libgcc-compat +endif endif ifeq ($(subdir),string) -- 2.47.2