mirror of
git://sourceware.org/git/glibc.git
synced 2025-04-06 14:10:30 +08:00
* sysdeps/unix/sysv/linux/mips/configure.in: Set libc_cv_slibdir,
libc_cv_localedir, libdir, arch_minimum_kernel, and libc_cv_gcc_unwind_find_fde. * sysdeps/unix/sysv/linux/mips/mips64/configure.in: New file. * sysdeps/unix/sysv/linux/mips/configure: Regenerated. * sysdeps/unix/sysv/linux/mips/mips64/configure: Generated.
This commit is contained in:
parent
dfbbf9b44e
commit
aea6074434
@ -1,3 +1,12 @@
|
||||
2006-03-11 Daniel Jacobowitz <dan@codesourcery.com>
|
||||
|
||||
* sysdeps/unix/sysv/linux/mips/configure.in: Set libc_cv_slibdir,
|
||||
libc_cv_localedir, libdir, arch_minimum_kernel, and
|
||||
libc_cv_gcc_unwind_find_fde.
|
||||
* sysdeps/unix/sysv/linux/mips/mips64/configure.in: New file.
|
||||
* sysdeps/unix/sysv/linux/mips/configure: Regenerated.
|
||||
* sysdeps/unix/sysv/linux/mips/mips64/configure: Generated.
|
||||
|
||||
2006-03-02 Lior Balkohen <balkohen@gmail.com>
|
||||
|
||||
* sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h
|
||||
|
34
sysdeps/unix/sysv/linux/mips/configure
vendored
34
sysdeps/unix/sysv/linux/mips/configure
vendored
@ -76,3 +76,37 @@ mips*)
|
||||
echo '#include <asm/unistd.h>' > asm-unistd.h
|
||||
;;
|
||||
esac
|
||||
|
||||
case "$prefix" in
|
||||
/usr | /usr/)
|
||||
# 64-bit libraries on bi-arch platforms go in /lib64 instead of /lib.
|
||||
# Allow earlier configure scripts to handle libc_cv_slibdir, libdir,
|
||||
# and libc_cv_localedir.
|
||||
test -n "$libc_cv_slibdir" || \
|
||||
case $machine in
|
||||
mips/mips64/n64/* )
|
||||
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
|
||||
;;
|
||||
mips/mips64/n32/* )
|
||||
libc_cv_slibdir="/lib32"
|
||||
if test "$libdir" = '${exec_prefix}/lib'; then
|
||||
libdir='${exec_prefix}/lib32';
|
||||
# Locale data can be shared between 32bit and 64bit libraries
|
||||
libc_cv_localedir='${exec_prefix}/lib/locale'
|
||||
fi
|
||||
;;
|
||||
*)
|
||||
libc_cv_slibdir="/lib"
|
||||
;;
|
||||
esac
|
||||
esac
|
||||
|
||||
if test -z "$arch_minimum_kernel"; then
|
||||
arch_minimum_kernel=2.4.0
|
||||
libc_cv_gcc_unwind_find_fde=yes
|
||||
fi
|
||||
|
@ -76,3 +76,37 @@ mips*)
|
||||
echo '#include <asm/unistd.h>' > asm-unistd.h
|
||||
;;
|
||||
esac
|
||||
|
||||
case "$prefix" in
|
||||
/usr | /usr/)
|
||||
# 64-bit libraries on bi-arch platforms go in /lib64 instead of /lib.
|
||||
# Allow earlier configure scripts to handle libc_cv_slibdir, libdir,
|
||||
# and libc_cv_localedir.
|
||||
test -n "$libc_cv_slibdir" || \
|
||||
case $machine in
|
||||
mips/mips64/n64/* )
|
||||
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
|
||||
;;
|
||||
mips/mips64/n32/* )
|
||||
libc_cv_slibdir="/lib32"
|
||||
if test "$libdir" = '${exec_prefix}/lib'; then
|
||||
libdir='${exec_prefix}/lib32';
|
||||
# Locale data can be shared between 32bit and 64bit libraries
|
||||
libc_cv_localedir='${exec_prefix}/lib/locale'
|
||||
fi
|
||||
;;
|
||||
*)
|
||||
libc_cv_slibdir="/lib"
|
||||
;;
|
||||
esac
|
||||
esac
|
||||
|
||||
if test -z "$arch_minimum_kernel"; then
|
||||
arch_minimum_kernel=2.4.0
|
||||
libc_cv_gcc_unwind_find_fde=yes
|
||||
fi
|
||||
|
4
sysdeps/unix/sysv/linux/mips/mips64/configure
vendored
Normal file
4
sysdeps/unix/sysv/linux/mips/mips64/configure
vendored
Normal file
@ -0,0 +1,4 @@
|
||||
# This file is generated from configure.in by Autoconf. DO NOT EDIT!
|
||||
# Local configure fragment for sysdeps/unix/sysv/linux/mips/mips64.
|
||||
|
||||
ldd_rewrite_script=$dest/ldd-rewrite.sed
|
5
sysdeps/unix/sysv/linux/mips/mips64/configure.in
Normal file
5
sysdeps/unix/sysv/linux/mips/mips64/configure.in
Normal file
@ -0,0 +1,5 @@
|
||||
sinclude(./aclocal.m4)dnl Autoconf lossage
|
||||
GLIBC_PROVIDES dnl See aclocal.m4 in the top level source directory.
|
||||
# Local configure fragment for sysdeps/unix/sysv/linux/mips/mips64.
|
||||
|
||||
ldd_rewrite_script=$dest/ldd-rewrite.sed
|
Loading…
x
Reference in New Issue
Block a user