(sysdep_routines): Add divdi3 in csu dir.

(shared-only-routines): Likewise.
This commit is contained in:
Ulrich Drepper 2002-02-28 19:37:12 +00:00
parent 88706a4c84
commit 23f357ebe1

View 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