about summary refs log tree commit diff
diff options
context:
space:
mode:
authorAndreas Jaeger <aj@suse.de>2002-10-15 07:37:22 +0000
committerAndreas Jaeger <aj@suse.de>2002-10-15 07:37:22 +0000
commit8b992d77ef76796fa4f715526df875c24e8db957 (patch)
treecc586d2b5de31dd9210d75771108a0b372953b74
parent53dd081507fb6f74d2af87313a00ecc8981debd0 (diff)
downloadglibc-8b992d77ef76796fa4f715526df875c24e8db957.tar.gz
glibc-8b992d77ef76796fa4f715526df875c24e8db957.tar.xz
glibc-8b992d77ef76796fa4f715526df875c24e8db957.zip
Use */lib64 for s390x too.
-rw-r--r--sysdeps/unix/sysv/linux/configure3
-rw-r--r--sysdeps/unix/sysv/linux/configure.in3
2 files changed, 4 insertions, 2 deletions
diff --git a/sysdeps/unix/sysv/linux/configure b/sysdeps/unix/sysv/linux/configure
index b815ebf7d7..82b262cd5e 100644
--- a/sysdeps/unix/sysv/linux/configure
+++ b/sysdeps/unix/sysv/linux/configure
@@ -185,7 +185,8 @@ fi
 if test "$prefix" = "/usr" -o "$prefix" = "/usr/"; then
   # 64bit libraries on sparc go to /lib64 and not /lib
   if test "$machine" = "sparc/sparc64" -o "$machine" = "x86_64" \
-	  -o "$machine" = "powerpc/powerpc64"; then
+	  -o "$machine" = "powerpc/powerpc64" \
+	  -o "$machine" = "s390/s390-64"; then
     libc_cv_slibdir="/lib64"
     if test "$libdir" = '${exec_prefix}/lib'; then
       libdir='${exec_prefix}/lib64';
diff --git a/sysdeps/unix/sysv/linux/configure.in b/sysdeps/unix/sysv/linux/configure.in
index f3af969c0e..95c3c620f5 100644
--- a/sysdeps/unix/sysv/linux/configure.in
+++ b/sysdeps/unix/sysv/linux/configure.in
@@ -155,7 +155,8 @@ fi
 if test "$prefix" = "/usr" -o "$prefix" = "/usr/"; then
   # 64bit libraries on sparc go to /lib64 and not /lib
   if test "$machine" = "sparc/sparc64" -o "$machine" = "x86_64" \
-	  -o "$machine" = "powerpc/powerpc64"; then
+	  -o "$machine" = "powerpc/powerpc64" \
+	  -o "$machine" = "s390/s390-64"; then
     libc_cv_slibdir="/lib64"
     if test "$libdir" = '${exec_prefix}/lib'; then
       libdir='${exec_prefix}/lib64';