projects
/
external
/
glibc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
216e12e
)
Makefile for arm.
author
Ulrich Drepper
<drepper@redhat.com>
Mon, 12 Aug 2002 19:36:38 +0000
(19:36 +0000)
committer
Ulrich Drepper
<drepper@redhat.com>
Mon, 12 Aug 2002 19:36:38 +0000
(19:36 +0000)
sysdeps/arm/Makefile
[new file with mode: 0644]
patch
|
blob
diff --git a/sysdeps/arm/Makefile
b/sysdeps/arm/Makefile
new file mode 100644
(file)
index 0000000..
ccb6b03
--- /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