Makefile for arm.
authorUlrich Drepper <drepper@redhat.com>
Mon, 12 Aug 2002 19:36:38 +0000 (19:36 +0000)
committerUlrich Drepper <drepper@redhat.com>
Mon, 12 Aug 2002 19:36:38 +0000 (19:36 +0000)
sysdeps/arm/Makefile [new file with mode: 0644]

diff --git a/sysdeps/arm/Makefile b/sysdeps/arm/Makefile
new file mode 100644 (file)
index 0000000..ccb6b03
--- /dev/null
@@ -0,0 +1,7 @@
+ifeq ($(subdir),csu)
+ifeq (yes,$(build-shared))
+# Compatibility
+sysdep_routines += divdi3
+shared-only-routines += divdi3
+endif
+endif