diff options
author | Stefan Liebler <stli@linux.vnet.ibm.com> | 2014-04-11 13:11:50 +0200 |
---|---|---|
committer | Andreas Krebbel <krebbel@linux.vnet.ibm.com> | 2014-04-11 13:14:35 +0200 |
commit | 579db35a068e70a4f3112000778138ede6994ac0 (patch) | |
tree | 361fc300a954e2b5eeedf0e8a5882c9ac17d7f90 /sysdeps/s390/configure.ac | |
parent | ee4ec1d7f9bdbdfc87117133478cfb2f6653e65c (diff) | |
download | glibc-579db35a068e70a4f3112000778138ede6994ac0.tar glibc-579db35a068e70a4f3112000778138ede6994ac0.tar.gz glibc-579db35a068e70a4f3112000778138ede6994ac0.tar.bz2 glibc-579db35a068e70a4f3112000778138ede6994ac0.zip |
S/390: Unify 31 and 64 bit configure.ac
Diffstat (limited to 'sysdeps/s390/configure.ac')
-rw-r--r-- | sysdeps/s390/configure.ac | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sysdeps/s390/configure.ac b/sysdeps/s390/configure.ac new file mode 100644 index 0000000000..b5af4e12fc --- /dev/null +++ b/sysdeps/s390/configure.ac @@ -0,0 +1,6 @@ +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) |