about summary refs log tree commit diff
path: root/sysdeps/unix/sysv/linux/arm/Makefile
diff options
context:
space:
mode:
authorFlorian Weimer <fweimer@redhat.com>2019-05-29 16:53:09 +0200
committerFlorian Weimer <fweimer@redhat.com>2019-06-01 13:33:49 +0200
commit6b33f373c7b9199e00ba5fbafd94ac9bfb4337b1 (patch)
treeb54f8d8a950381af8a5d25b929f23bdba79a48ac /sysdeps/unix/sysv/linux/arm/Makefile
parent0bb8f8c791862a4ff38a584af23bbb5bf3f90acd (diff)
downloadglibc-6b33f373c7b9199e00ba5fbafd94ac9bfb4337b1.tar.gz
glibc-6b33f373c7b9199e00ba5fbafd94ac9bfb4337b1.tar.xz
glibc-6b33f373c7b9199e00ba5fbafd94ac9bfb4337b1.zip
arm: Remove ioperm/iopl/inb/inw/inl/outb/outw/outl support
Linux only supports the required ISA sysctls on StrongARM devices,
which are armv4 and no longer tested during glibc development
and probably bit-rotted by this point.  (No reported test results,
and the last discussion of armv4 support was in the glibc 2.19
release notes.)
Diffstat (limited to 'sysdeps/unix/sysv/linux/arm/Makefile')
-rw-r--r--sysdeps/unix/sysv/linux/arm/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/unix/sysv/linux/arm/Makefile b/sysdeps/unix/sysv/linux/arm/Makefile
index 4adc35de04..d7a2f6a8a7 100644
--- a/sysdeps/unix/sysv/linux/arm/Makefile
+++ b/sysdeps/unix/sysv/linux/arm/Makefile
@@ -5,7 +5,7 @@ endif
 
 ifeq ($(subdir),misc)
 sysdep_routines += ioperm
-sysdep_headers += sys/elf.h sys/io.h
+sysdep_headers += sys/elf.h
 endif
 
 ifeq ($(subdir),signal)