about summary refs log tree commit diff
path: root/ports/sysdeps/unix/sysv/linux/aarch64/configure.ac
blob: b0907021340b9ca02d57dec4b230f3298948c0b3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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"
    libc_cv_rtlddir="/lib"
    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