Makefile for arm.

This commit is contained in:
Ulrich Drepper 2002-08-12 19:36:38 +00:00
parent 216e12e222
commit 488003cd6b

7
sysdeps/arm/Makefile Normal file
View File

@ -0,0 +1,7 @@
ifeq ($(subdir),csu)
ifeq (yes,$(build-shared))
# Compatibility
sysdep_routines += divdi3
shared-only-routines += divdi3
endif
endif