From: Ulrich Drepper Date: Tue, 21 May 2002 00:28:35 +0000 (+0000) Subject: Build libgcc-compat and divdi3. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f432e749d0c22599d0f15b3b3cebb32cd29dbda6;p=thirdparty%2Fglibc.git Build libgcc-compat and divdi3. --- 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)