S/390: Unify 31 and 64 bit configure.ac

This commit is contained in:
Stefan Liebler 2014-04-11 13:11:50 +02:00 committed by Andreas Krebbel
parent ee4ec1d7f9
commit 579db35a06
5 changed files with 9 additions and 12 deletions

View File

@ -1,3 +1,12 @@
2014-04-11 Stefan Liebler <stli@linux.vnet.ibm.com>
* sysdeps/s390/s390-32/configure.ac: Unify file with ...
* sysdeps/s390/s390-64/configure.ac: ... this ...
* sysdeps/s390/configure.ac: ... to here.
* sysdeps/s390/s390-32/configure: Delete file.
* sysdeps/s390/s390-64/configure: Delete file.
* sysdeps/s390/configure: Regenerate.
2014-04-11 Joseph Anthony Pasquale Holsten <joseph@josephholsten.com>
* resolv/res_query.c (__libc_res_nsearch): Fix typo in comment.

View File

@ -2,4 +2,3 @@
# Local configure fragment for sysdeps/s390.
$as_echo "#define PI_STATIC_AND_HIDDEN 1" >>confdefs.h

View File

@ -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

View File

@ -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)