(sysdep_routines): Add divdi3 in csu dir.
authorUlrich Drepper <drepper@redhat.com>
Thu, 28 Feb 2002 19:37:12 +0000 (19:37 +0000)
committerUlrich Drepper <drepper@redhat.com>
Thu, 28 Feb 2002 19:37:12 +0000 (19:37 +0000)
(shared-only-routines): Likewise.

sysdeps/m68k/Makefile

index c44b2d1..2515df7 100644 (file)
@@ -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