mirror of git://sourceware.org/git/glibc.git
Use */lib64 for s390x too.
This commit is contained in:
parent
53dd081507
commit
8b992d77ef
|
|
@ -185,7 +185,8 @@ fi
|
||||||
if test "$prefix" = "/usr" -o "$prefix" = "/usr/"; then
|
if test "$prefix" = "/usr" -o "$prefix" = "/usr/"; then
|
||||||
# 64bit libraries on sparc go to /lib64 and not /lib
|
# 64bit libraries on sparc go to /lib64 and not /lib
|
||||||
if test "$machine" = "sparc/sparc64" -o "$machine" = "x86_64" \
|
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"
|
libc_cv_slibdir="/lib64"
|
||||||
if test "$libdir" = '${exec_prefix}/lib'; then
|
if test "$libdir" = '${exec_prefix}/lib'; then
|
||||||
libdir='${exec_prefix}/lib64';
|
libdir='${exec_prefix}/lib64';
|
||||||
|
|
|
||||||
|
|
@ -155,7 +155,8 @@ fi
|
||||||
if test "$prefix" = "/usr" -o "$prefix" = "/usr/"; then
|
if test "$prefix" = "/usr" -o "$prefix" = "/usr/"; then
|
||||||
# 64bit libraries on sparc go to /lib64 and not /lib
|
# 64bit libraries on sparc go to /lib64 and not /lib
|
||||||
if test "$machine" = "sparc/sparc64" -o "$machine" = "x86_64" \
|
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"
|
libc_cv_slibdir="/lib64"
|
||||||
if test "$libdir" = '${exec_prefix}/lib'; then
|
if test "$libdir" = '${exec_prefix}/lib'; then
|
||||||
libdir='${exec_prefix}/lib64';
|
libdir='${exec_prefix}/lib64';
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue