summaryrefslogtreecommitdiff
path: root/sysdeps/s390/s390-32
diff options
context:
space:
mode:
authorStefan Liebler <stli@linux.vnet.ibm.com>2014-04-11 13:11:50 +0200
committerAndreas Krebbel <krebbel@linux.vnet.ibm.com>2014-04-11 13:14:35 +0200
commit579db35a068e70a4f3112000778138ede6994ac0 (patch)
tree361fc300a954e2b5eeedf0e8a5882c9ac17d7f90 /sysdeps/s390/s390-32
parentee4ec1d7f9bdbdfc87117133478cfb2f6653e65c (diff)
downloadglibc-579db35a068e70a4f3112000778138ede6994ac0.tar.gz
S/390: Unify 31 and 64 bit configure.ac
Diffstat (limited to 'sysdeps/s390/s390-32')
-rw-r--r--sysdeps/s390/s390-32/configure5
-rw-r--r--sysdeps/s390/s390-32/configure.ac6
2 files changed, 0 insertions, 11 deletions
diff --git a/sysdeps/s390/s390-32/configure b/sysdeps/s390/s390-32/configure
deleted file mode 100644
index 024565f85a..0000000000
--- a/sysdeps/s390/s390-32/configure
+++ /dev/null
@@ -1,5 +0,0 @@
-# This file is generated from configure.ac by Autoconf. DO NOT EDIT!
- # Local configure fragment for sysdeps/s390.
-
-$as_echo "#define PI_STATIC_AND_HIDDEN 1" >>confdefs.h
-
diff --git a/sysdeps/s390/s390-32/configure.ac b/sysdeps/s390/s390-32/configure.ac
deleted file mode 100644
index b5af4e12fc..0000000000
--- a/sysdeps/s390/s390-32/configure.ac
+++ /dev/null
@@ -1,6 +0,0 @@
-GLIBC_PROVIDES dnl See aclocal.m4 in the top level source directory.
-# Local configure fragment for sysdeps/s390.
-
-dnl It is always possible to access static and hidden symbols in an
-dnl position independent way.
-AC_DEFINE(PI_STATIC_AND_HIDDEN)