summaryrefslogtreecommitdiff
path: root/ports/sysdeps/unix/sysv/linux/aarch64/configure.in
blob: 6596a151151732446c6d6b4c0ec492195c38dd02 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
GLIBC_PROVIDES dnl See aclocal.m4 in the top level source directory.
# Local configure fragment for sysdeps/unix/sysv/linux/aarch64.

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