From: Ulrich Drepper Date: Mon, 12 Aug 2002 19:36:38 +0000 (+0000) Subject: Makefile for arm. X-Git-Tag: glibc-2.16-ports-before-merge~1638 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=488003cd6b0982e1a97399f5960641d2883e861f;p=thirdparty%2Fglibc.git Makefile for arm. --- diff --git a/sysdeps/arm/Makefile b/sysdeps/arm/Makefile new file mode 100644 index 00000000000..ccb6b03684f --- /dev/null +++ b/sysdeps/arm/Makefile @@ -0,0 +1,7 @@ +ifeq ($(subdir),csu) +ifeq (yes,$(build-shared)) +# Compatibility +sysdep_routines += divdi3 +shared-only-routines += divdi3 +endif +endif