ce426f
From c58ed232c3d94c9ad7b4acddb8593ae0b1f9db10 Mon Sep 17 00:00:00 2001
ce426f
From: Stefan Liebler <stli@linux.vnet.ibm.com>
ce426f
Date: Thu, 8 Oct 2015 10:16:32 +0200
ce426f
Subject: [PATCH 01/30] S/390: Unify 31 and 64 bit configure.in
ce426f
ce426f
upstream-commit-id: 579db35a068e70a4f3112000778138ede6994ac0
ce426f
ce426f
This patch is needed to prepare for the optimized string function patchset.
ce426f
The configure fragments for s390-32/64 are identical and thus unified to one
ce426f
configure file.
ce426f
ce426f
---
ce426f
 sysdeps/s390/configure            | 5 +++++
ce426f
 sysdeps/s390/configure.in         | 6 ++++++
ce426f
 sysdeps/s390/s390-32/configure    | 5 -----
ce426f
 sysdeps/s390/s390-32/configure.in | 6 ------
ce426f
 sysdeps/s390/s390-64/configure    | 5 -----
ce426f
 sysdeps/s390/s390-64/configure.in | 6 ------
ce426f
 6 files changed, 11 insertions(+), 22 deletions(-)
ce426f
 create mode 100644 sysdeps/s390/configure
ce426f
 create mode 100644 sysdeps/s390/configure.in
ce426f
 delete mode 100644 sysdeps/s390/s390-32/configure
ce426f
 delete mode 100644 sysdeps/s390/s390-32/configure.in
ce426f
 delete mode 100644 sysdeps/s390/s390-64/configure
ce426f
 delete mode 100644 sysdeps/s390/s390-64/configure.in
ce426f
ce426f
diff --git a/sysdeps/s390/configure b/sysdeps/s390/configure
ce426f
new file mode 100644
ce426f
index 0000000..669bb9b
ce426f
--- /dev/null
ce426f
+++ b/sysdeps/s390/configure
ce426f
@@ -0,0 +1,5 @@
ce426f
+# This file is generated from configure.in by Autoconf.  DO NOT EDIT!
ce426f
+ # Local configure fragment for sysdeps/s390.
ce426f
+
ce426f
+$as_echo "#define PI_STATIC_AND_HIDDEN 1" >>confdefs.h
ce426f
+
ce426f
diff --git a/sysdeps/s390/configure.in b/sysdeps/s390/configure.in
ce426f
new file mode 100644
ce426f
index 0000000..b5af4e1
ce426f
--- /dev/null
ce426f
+++ b/sysdeps/s390/configure.in
ce426f
@@ -0,0 +1,6 @@
ce426f
+GLIBC_PROVIDES dnl See aclocal.m4 in the top level source directory.
ce426f
+# Local configure fragment for sysdeps/s390.
ce426f
+
ce426f
+dnl It is always possible to access static and hidden symbols in an
ce426f
+dnl position independent way.
ce426f
+AC_DEFINE(PI_STATIC_AND_HIDDEN)
ce426f
diff --git a/sysdeps/s390/s390-32/configure b/sysdeps/s390/s390-32/configure
ce426f
deleted file mode 100644
ce426f
index 669bb9b..0000000
ce426f
--- a/sysdeps/s390/s390-32/configure
ce426f
+++ /dev/null
ce426f
@@ -1,5 +0,0 @@
ce426f
-# This file is generated from configure.in by Autoconf.  DO NOT EDIT!
ce426f
- # Local configure fragment for sysdeps/s390.
ce426f
-
ce426f
-$as_echo "#define PI_STATIC_AND_HIDDEN 1" >>confdefs.h
ce426f
-
ce426f
diff --git a/sysdeps/s390/s390-32/configure.in b/sysdeps/s390/s390-32/configure.in
ce426f
deleted file mode 100644
ce426f
index b5af4e1..0000000
ce426f
--- a/sysdeps/s390/s390-32/configure.in
ce426f
+++ /dev/null
ce426f
@@ -1,6 +0,0 @@
ce426f
-GLIBC_PROVIDES dnl See aclocal.m4 in the top level source directory.
ce426f
-# Local configure fragment for sysdeps/s390.
ce426f
-
ce426f
-dnl It is always possible to access static and hidden symbols in an
ce426f
-dnl position independent way.
ce426f
-AC_DEFINE(PI_STATIC_AND_HIDDEN)
ce426f
diff --git a/sysdeps/s390/s390-64/configure b/sysdeps/s390/s390-64/configure
ce426f
deleted file mode 100644
ce426f
index 669bb9b..0000000
ce426f
--- a/sysdeps/s390/s390-64/configure
ce426f
+++ /dev/null
ce426f
@@ -1,5 +0,0 @@
ce426f
-# This file is generated from configure.in by Autoconf.  DO NOT EDIT!
ce426f
- # Local configure fragment for sysdeps/s390.
ce426f
-
ce426f
-$as_echo "#define PI_STATIC_AND_HIDDEN 1" >>confdefs.h
ce426f
-
ce426f
diff --git a/sysdeps/s390/s390-64/configure.in b/sysdeps/s390/s390-64/configure.in
ce426f
deleted file mode 100644
ce426f
index b5af4e1..0000000
ce426f
--- a/sysdeps/s390/s390-64/configure.in
ce426f
+++ /dev/null
ce426f
@@ -1,6 +0,0 @@
ce426f
-GLIBC_PROVIDES dnl See aclocal.m4 in the top level source directory.
ce426f
-# Local configure fragment for sysdeps/s390.
ce426f
-
ce426f
-dnl It is always possible to access static and hidden symbols in an
ce426f
-dnl position independent way.
ce426f
-AC_DEFINE(PI_STATIC_AND_HIDDEN)
ce426f
-- 
ce426f
2.3.0
ce426f