summaryrefslogtreecommitdiff
path: root/sysdeps/unix/sysv/linux/arm/Makefile
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2005-05-24 06:18:37 +0000
committerRoland McGrath <roland@gnu.org>2005-05-24 06:18:37 +0000
commitce9b3bc17a7abc5b729b9e2cc72eb207a3617328 (patch)
tree7ccac7afcfaae36311c75b36001588534184718f /sysdeps/unix/sysv/linux/arm/Makefile
parent88b8441a81c7bc9414a97a0a123c09b6c724f80a (diff)
Move arm port to ports repositorycvs/fedora-glibc-20050524T1606
2005-05-23 Roland McGrath <roland@redhat.com> * sysdeps/arm, sysdeps/unix/arm, sysdeps/unix/sysv/linux/arm: Subdirectories moved to ports repository. * configure.in (base_machine): Remove arm* and thumb* patterns. * shlib-versions (arm.*-.*-linux.*): Remove this pattern.
Diffstat (limited to 'sysdeps/unix/sysv/linux/arm/Makefile')
-rw-r--r--sysdeps/unix/sysv/linux/arm/Makefile12
1 files changed, 0 insertions, 12 deletions
diff --git a/sysdeps/unix/sysv/linux/arm/Makefile b/sysdeps/unix/sysv/linux/arm/Makefile
deleted file mode 100644
index 0ccdbe81f6..0000000000
--- a/sysdeps/unix/sysv/linux/arm/Makefile
+++ /dev/null
@@ -1,12 +0,0 @@
-ifeq ($(subdir),misc)
-sysdep_routines += ioperm
-sysdep_headers += sys/elf.h sys/io.h
-endif
-
-ifeq ($(subdir),signal)
-sysdep_routines += sigrestorer
-endif
-
-ifeq ($(subdir),resource)
-sysdep_routines += oldgetrlimit64
-endif