From: Ulrich Drepper Date: Thu, 28 Feb 2002 19:37:12 +0000 (+0000) Subject: (sysdep_routines): Add divdi3 in csu dir. X-Git-Tag: upstream/2.30~10627^2~1737 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=23f357ebe1719e42453b95e99f7907200847d534;p=external%2Fglibc.git (sysdep_routines): Add divdi3 in csu dir. (shared-only-routines): Likewise. --- diff --git a/sysdeps/m68k/Makefile b/sysdeps/m68k/Makefile index c44b2d1..2515df7 100644 --- a/sysdeps/m68k/Makefile +++ b/sysdeps/m68k/Makefile @@ -33,6 +33,14 @@ CFLAGS-setjmp.c := -fno-omit-frame-pointer # The 68k `long double' is a distinct type we support. long-double-fcts = yes +ifeq ($(subdir),csu) +ifeq (yes,$(build-shared)) +# Compatibility +sysdep_routines += divdi3 +shared-only-routines += divdi3 +endif +endif + ifeq ($(subdir),elf) CFLAGS-rtld.c += -Wno-uninitialized -Wno-unused endif