]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
(sysdep_routines, shared-only-routines): Don't add divdi3 here.
authorUlrich Drepper <drepper@redhat.com>
Thu, 19 Sep 2002 06:46:37 +0000 (06:46 +0000)
committerUlrich Drepper <drepper@redhat.com>
Thu, 19 Sep 2002 06:46:37 +0000 (06:46 +0000)
sysdeps/m68k/Makefile

index 2515df7324c279a23457389f87145635c547c75f..c44b2d196cd5203ce80ff6c62c9ef9b562ae1a38 100644 (file)
@@ -33,14 +33,6 @@ 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