mirror of git://sourceware.org/git/glibc.git
aarch64: use lib64 as default lib and slib directory
This commit is contained in:
parent
0409959c86
commit
cbc105f8b5
|
|
@ -1,3 +1,9 @@
|
||||||
|
2013-03-14 Andreas Schwab <schwab@suse.de>
|
||||||
|
|
||||||
|
* sysdeps/unix/sysv/linux/aarch64/configure.in: Set
|
||||||
|
libc_cv_slibdir, libdir and libc_cv_localedir.
|
||||||
|
* sysdeps/unix/sysv/linux/aarch64/configure: Regenerate.
|
||||||
|
|
||||||
2013-03-11 Andreas Schwab <schwab@suse.de>
|
2013-03-11 Andreas Schwab <schwab@suse.de>
|
||||||
|
|
||||||
[BZ #15234]
|
[BZ #15234]
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,16 @@
|
||||||
# This file is generated from configure.in by Autoconf. DO NOT EDIT!
|
# This file is generated from configure.in by Autoconf. DO NOT EDIT!
|
||||||
|
# Local configure fragment for sysdeps/unix/sysv/linux/aarch64.
|
||||||
|
|
||||||
arch_minimum_kernel=3.7.0
|
arch_minimum_kernel=3.7.0
|
||||||
|
|
||||||
|
test -n "$libc_cv_slibdir" ||
|
||||||
|
case "$prefix" in
|
||||||
|
/usr | /usr/)
|
||||||
|
libc_cv_slibdir="/lib64"
|
||||||
|
if test "$libdir" = '${exec_prefix}/lib'; then
|
||||||
|
libdir='${exec_prefix}/lib64';
|
||||||
|
# Locale data can be shared between 32bit and 64bit libraries
|
||||||
|
libc_cv_localedir='${exec_prefix}/lib/locale'
|
||||||
|
fi
|
||||||
|
;;
|
||||||
|
esac
|
||||||
|
|
|
||||||
|
|
@ -2,3 +2,15 @@ GLIBC_PROVIDES dnl See aclocal.m4 in the top level source directory.
|
||||||
# Local configure fragment for sysdeps/unix/sysv/linux/aarch64.
|
# Local configure fragment for sysdeps/unix/sysv/linux/aarch64.
|
||||||
|
|
||||||
arch_minimum_kernel=3.7.0
|
arch_minimum_kernel=3.7.0
|
||||||
|
|
||||||
|
test -n "$libc_cv_slibdir" ||
|
||||||
|
case "$prefix" in
|
||||||
|
/usr | /usr/)
|
||||||
|
libc_cv_slibdir="/lib64"
|
||||||
|
if test "$libdir" = '${exec_prefix}/lib'; then
|
||||||
|
libdir='${exec_prefix}/lib64';
|
||||||
|
# Locale data can be shared between 32bit and 64bit libraries
|
||||||
|
libc_cv_localedir='${exec_prefix}/lib/locale'
|
||||||
|
fi
|
||||||
|
;;
|
||||||
|
esac
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue