Move all files into ports/ subdirectory in preparation for merge with glibc
[glibc.git] / ports / sysdeps / unix / sysv / linux / mips / configure
blob099014fdc767c79ff74ce3095ac5a0d8449649f5
1 # This file is generated from configure.in by Autoconf.  DO NOT EDIT!
2  # Local configure fragment for sysdeps/unix/sysv/linux/mips.
4 case "$prefix" in
5 /usr | /usr/)
6   # 64-bit libraries on bi-arch platforms go in /lib64 instead of /lib.
7   # Allow earlier configure scripts to handle libc_cv_slibdir, libdir,
8   # and libc_cv_localedir.
9   test -n "$libc_cv_slibdir" || \
10   case $machine in
11   mips/mips64/n64/* )
12     libc_cv_slibdir="/lib64"
13     if test "$libdir" = '${exec_prefix}/lib'; then
14       libdir='${exec_prefix}/lib64';
15       # Locale data can be shared between 32bit and 64bit libraries
16       libc_cv_localedir='${exec_prefix}/lib/locale'
17     fi
18     ;;
19   mips/mips64/n32/* )
20     libc_cv_slibdir="/lib32"
21     if test "$libdir" = '${exec_prefix}/lib'; then
22       libdir='${exec_prefix}/lib32';
23       # Locale data can be shared between 32bit and 64bit libraries
24       libc_cv_localedir='${exec_prefix}/lib/locale'
25     fi
26     ;;
27   *)
28     libc_cv_slibdir="/lib"
29     ;;
30   esac
31 esac
33 if test -z "$arch_minimum_kernel"; then
34   arch_minimum_kernel=2.6.12
35   libc_cv_gcc_unwind_find_fde=yes