From c368d8b9f7b624b759eacb9d8f23fb44710db2f6 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Mon, 26 Aug 2002 11:40:14 +0000 Subject: 2002-08-26 Kaz Kojima * sysdeps/sh/Makefile (sysdeps_routines): Add divdi3 in csu dir. (shared-only-routines): Likewise. --- sysdeps/sh/Makefile | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'sysdeps/sh') diff --git a/sysdeps/sh/Makefile b/sysdeps/sh/Makefile index cf18dedc45..6d8c56f3ed 100644 --- a/sysdeps/sh/Makefile +++ b/sysdeps/sh/Makefile @@ -1,3 +1,11 @@ ifeq ($(subdir),gmon) sysdep_routines += _mcount endif + +ifeq ($(subdir),csu) +ifeq (yes,$(build-shared)) +# Compatibility +sysdep_routines += divdi3 +shared-only-routines += divdi3 +endif +endif -- cgit v1.2.3