mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-04 19:00:09 +00:00
92b27c7470
2002-07-29 Steven Munroe <sjmunroe@us.ibm.com> * sysdeps/powerpc/__longjmp.S: Moved to... * sysdeps/powerpc/powerpc32/__longjmp.S: ...here. * sysdeps/powerpc/add_n.S: Moved to... * sysdeps/powerpc/powerpc32/add_n.S: ...here. * sysdeps/powerpc/addmul_1.S: Moved to... * sysdeps/powerpc/powerpc32/addmul_1.S: ...here. * sysdeps/powerpc/atomicity.h: Moved to... * sysdeps/powerpc/powerpc32/atomicity.h: ...here. * sysdeps/powerpc/backtrace.c: Moved to... * sysdeps/powerpc/powerpc32/backtrace.c: ...here. * sysdeps/powerpc/bp-asm.h: Moved to... * sysdeps/powerpc/powerpc32/bp-asm.h: ...here. * sysdeps/powerpc/bsd-_setjmp.S: Moved to... * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: ...here. * sysdeps/powerpc/bsd-setjmp.S: Moved to... * sysdeps/powerpc/powerpc32/bsd-setjmp.S: ...here. * sysdeps/powerpc/dl-machine.c: Moved to... * sysdeps/powerpc/powerpc32/dl-machine.c: ...here. * sysdeps/powerpc/dl-machine.h: Moved to... * sysdeps/powerpc/powerpc32/dl-machine.h: ...here. * sysdeps/powerpc/dl-start.S: Moved to... * sysdeps/powerpc/powerpc32/dl-start.S: ...here. * sysdeps/powerpc/gprrest0.S: Moved to... * sysdeps/powerpc/powerpc32/gprrest0.S: ...here. * sysdeps/powerpc/gprrest1.S: Moved to... * sysdeps/powerpc/powerpc32/gprrest1.S: ...here. * sysdeps/powerpc/gprsave0.S: Moved to... * sysdeps/powerpc/powerpc32/gprsave0.S: ...here. * sysdeps/powerpc/gprsave1.S: Moved to... * sysdeps/powerpc/powerpc32/gprsave1.S: ...here. * sysdeps/powerpc/lshift.S: Moved to... * sysdeps/powerpc/powerpc32/lshift.S: ...here. * sysdeps/powerpc/memset.S: Moved to... * sysdeps/powerpc/powerpc32/memset.S: ...here. * sysdeps/powerpc/mul_1.S: Moved to... * sysdeps/powerpc/powerpc32/mul_1.S: ...here. * sysdeps/powerpc/ppc-mcount.S: Moved to... * sysdeps/powerpc/powerpc32/ppc-mcount.S: ...here. * sysdeps/powerpc/register-dump.h: Moved to... * sysdeps/powerpc/powerpc32/register-dump.h: ...here. * sysdeps/powerpc/rshift.S: Moved to... * sysdeps/powerpc/powerpc32/rshift.S: ...here. * sysdeps/powerpc/setjmp.S: Moved to... * sysdeps/powerpc/powerpc32/setjmp.S: ...here. * sysdeps/powerpc/stpcpy.S: Moved to... * sysdeps/powerpc/powerpc32/stpcpy.S: ...here. * sysdeps/powerpc/strchr.S: Moved to... * sysdeps/powerpc/powerpc32/strchr.S: ...here. * sysdeps/powerpc/strcmp.S: Moved to... * sysdeps/powerpc/powerpc32/strcmp.S: ...here. * sysdeps/powerpc/strcpy.S: Moved to... * sysdeps/powerpc/powerpc32/strcpy.S: ...here. * sysdeps/powerpc/strlen.S: Moved to... * sysdeps/powerpc/powerpc32/strlen.S: ...here. * sysdeps/powerpc/sub_n.S: Moved to... * sysdeps/powerpc/powerpc32/sub_n.S: ...here. * sysdeps/powerpc/submul_1.S: Moved to... * sysdeps/powerpc/powerpc32/submul_1.S: ...here. * sysdeps/powerpc/elf/bzero.S: Moved to... * sysdeps/powerpc/powerpc32/elf/bzero.S: ...here. * sysdeps/powerpc/elf/start.S: Moved to... * sysdeps/powerpc/powerpc32/elf/start.S: ...here. * sysdeps/powerpc/fpu/__longjmp.S: Moved to... * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: ...here. * sysdeps/powerpc/fpu/fprrest.S: Moved to... * sysdeps/powerpc/powerpc32/fpu/fprrest.S: ...here. * sysdeps/powerpc/fpu/fprsave.S: Moved to... * sysdeps/powerpc/powerpc32/fpu/fprsave.S: ...here. * sysdeps/powerpc/fpu/setjmp.S: Moved to... * sysdeps/powerpc/powerpc32/fpu/setjmp.S: ...here. * sysdeps/powerpc/fpu/s_copysign.S: Moved to... * sysdeps/powerpc/powerpc32/fpu/s_copysign.S: ...here. * sysdeps/powerpc/fpu/s_copysignf.S: Moved to... * sysdeps/powerpc/powerpc32/fpu/s_copysignf.S: ...here. * sysdeps/unix/sysv/linux/powerpc/brk.S: Moved to... * sysdeps/unix/sysv/linux/powerpc/powerpc32/brk.S: ...here. * sysdeps/unix/sysv/linux/powerpc/clone.S: Moved to... * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: ...here. * sysdeps/unix/sysv/linux/powerpc/glob64.c: Moved to... * sysdeps/unix/sysv/linux/powerpc/powerpc32/glob64.c: ...here. * sysdeps/unix/sysv/linux/powerpc/kernel_stat.h: Moved to... * sysdeps/unix/sysv/linux/powerpc/powerpc32/kernel_stat.h: ...here. * sysdeps/unix/sysv/linux/powerpc/socket.S: Moved to... * sysdeps/unix/sysv/linux/powerpc/powerpc32/socket.S: ...here. * sysdeps/unix/sysv/linux/powerpc/sysdep.h: Moved to... * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: ...here. * sysdeps/unix/sysv/linux/powerpc/syscalls.list: Moved to... * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: ...here. Support PowerPC64. Separate powerpc into powerpc/powerpc32 and powerpc/powerpc64. 2002-07-29 Steven Munroe <sjmunroe@us.ibm.com> * FAQ.in: Add powerpc64 to supported targets list. Also state the minimum gcc version is 3.2 * README: Add powerpc64 to supported targets list. * configure.in: Change machine=powerpc to machine=powerpc/powerpc32. Add powerpc64 and machine=powerpc/powerpc64. (HAVE_ASM_GLOBAL_DOT_NAME): Define if linux*powerpc/powerpc64*. * shlib-versions: Set DEFAULT version to 2.2.5 for powerpc64. * sysdeps/powerpc/Dist: Remove dl-machine.c, dl-start.S, ppc-mcount.S, gprsave1.S, gprsave0.S, gprrest1.S, and gprrest0.S. * sysdeps/powerpc/powerpc32/Dist: New file. * sysdeps/powerpc/Implies: Remove wordsize-32 and powerpc/soft-fp. * sysdeps/powerpc/powerpc32/Implies: New file. * sysdeps/powerpc/Makefile(cflags): Remove powerpc32 specific cflags. ($(with-fp) = no): Move test to powerpc32/Makefile. ($(subdir) = misc): Move to powerpc32/Makefile. ($(build-shared) = yes): Move to powerpc32/Makefile. ($(subdir) = csu): Move to powerpc32/Makefile. (sysdep-rtld-routines): Remove dl-start. Moved these bits to ... * sysdeps/powerpc/powerpc32/Makefile: New file. * sysdeps/powerpc/Versions: Remove libgcc functions. * sysdeps/powerpc/powerpc32/Versions: New file. * sysdeps/powerpc/fpu/Makefile: Remove fprsave and fprrest. * sysdeps/powerpc/powerpc32/fpu/Makefile: New file. * sysdeps/unix/sysv/linux/configure.in (powerpc*): Set arch_minimum_kernel=2.4.19 for powerpc/powerpc64. Also set libc_cv_gcc_unwind_find_fde=yes only if !powerpc/powerpc64. ($machine): Add powerpc/powerpc64 to if ... | for libc_cv_slibdir=/libc64. (powerpc*): Set ldd_rewrite_script. * sysdeps/unix/sysv/linux/powerpc/ldd-rewrite.sed: New file. * sysdeps/unix/sysv/linux/powerpc/Dist: Remove clone.S. * sysdeps/unix/sysv/linux/powerpc/powerpc32/Dist: New file. Add clone.S. * sysdeps/unix/sysv/linux/powerpc/Makefile: Remove oldgetrlimit64. * sysdeps/unix/sysv/linux/powerpc/Versions: Remove GLIBC_2.0 functions. Remove GLIBC_2.2 functions except getrlimit and setrlimit. Moved them to ... * sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions: New file. 2002-09-04 Ulrich Drepper <drepper@redhat.com> * libio/tst-atime.c: Include <errno.h>. (do_test): Only perform fstatvfs check if ST_NOATIME is defined. 2002-09-03 Isamu Hasegawa <isamu@yamato.ibm.com> * posix/regcomp.c (regcomp): Append "__restrict" modifier to avoid warnings of some compilers. (build_collating_symbol): Change the type of characters from "unsigned char" to "char", and append a cast to "char*" pointer in array subscript. (build_collating_symbol): Likewise. (build_equiv_class): Likewise. (build_charclass): Likewise. (re_compile_pattern): Remove incorrect cast. (re_compile_fastmap_iter): Change the type of characters from "unsigned char" to "char", and append a cast to "char*" pointer in array subscript. (parse_bracket_exp): Likewise. * posix/regex_internal.c (re_string_construct_common): Likewise. (re_string_allocate): Likewise. (re_string_construct): Likewise. (re_string_realloc_buffers): Likewise. (build_wcs_buffer): Likewise. (re_string_reconstruct): Likewise. * posix/regex_internal.h: Change the type of characters in re_string_t and bracket_elem_t from "unsigned char" to "char". * posix/regexec.c (regexec): Append "__restrict" modifier to avoid warnings of some compilers. (transit_state_bkref_loop): Change the type of characters from "unsigned char" to "char", and append a cast to "char*" pointer in array subscript. (check_node_accept_bytes): Likewise. (find_collation_sequence_value): Likewise.
278 lines
8.8 KiB
Plaintext
278 lines
8.8 KiB
Plaintext
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.
|
|
|
|
# The Linux kernel headers can be found in
|
|
# /lib/modules/$(uname -r)/build/include
|
|
# Check whether this directory is available.
|
|
if test -z "$sysheaders" &&
|
|
test -d /lib/modules/`uname -r`/build/include; then
|
|
sysheaders="/lib/modules/`uname -r`/build/include"
|
|
ccheaders=`$CC -print-file-name=include`
|
|
dnl We don't have to use -nostdinc. We just want one more directory
|
|
dnl to be used.
|
|
SYSINCLUDES="-I $sysheaders"
|
|
fi
|
|
|
|
# Don't bother trying to generate any glue code to be compatible with the
|
|
# existing system library, because we are the only system library.
|
|
inhibit_glue=yes
|
|
|
|
define([LIBC_LINUX_VERSION],[2.0.10])dnl
|
|
if test -n "$sysheaders"; then
|
|
OLD_CPPFLAGS=$CPPFLAGS
|
|
CPPFLAGS="$CPPFLAGS $SYSINCLUDES"
|
|
fi
|
|
define([libc_cv_linuxVER], [libc_cv_linux]patsubst(LIBC_LINUX_VERSION,[\.]))dnl
|
|
AC_CACHE_CHECK(installed Linux kernel header files, libc_cv_linuxVER, [dnl
|
|
AC_EGREP_CPP([eat flaming death], [#include <linux/version.h>
|
|
#if !defined LINUX_VERSION_CODE || LINUX_VERSION_CODE < ]dnl
|
|
patsubst(LIBC_LINUX_VERSION,[^\([^.]*\)\.\([^.]*\)\.\([^.]*\)$],dnl
|
|
[ (\1 *65536+ \2 *256+ \3) /* \1.\2.\3 */])[
|
|
eat flaming death
|
|
#endif],
|
|
libc_cv_linuxVER='TOO OLD!',
|
|
libc_cv_linuxVER='LIBC_LINUX_VERSION or later')])
|
|
if test "$libc_cv_linuxVER" != 'LIBC_LINUX_VERSION or later'; then
|
|
AC_MSG_ERROR([GNU libc requires kernel header files from
|
|
Linux LIBC_LINUX_VERSION or later to be installed before configuring.
|
|
The kernel header files are found usually in /usr/include/asm and
|
|
/usr/include/linux; make sure these directories use files from
|
|
Linux LIBC_LINUX_VERSION or later. This check uses <linux/version.h>, so
|
|
make sure that file was built correctly when installing the kernel header
|
|
files. To use kernel headers not from /usr/include/linux, use the
|
|
configure option --with-headers.])
|
|
fi
|
|
|
|
# If the user gave a minimal version number test whether the available
|
|
# kernel headers are young enough. Additionally we have minimal
|
|
# kernel versions for some architectures.
|
|
case "$machine" in
|
|
alpha*)
|
|
arch_minimum_kernel=2.1.100
|
|
libc_cv_gcc_unwind_find_fde=yes
|
|
;;
|
|
arm*)
|
|
arch_minimum_kernel=2.0.10
|
|
libc_cv_gcc_unwind_find_fde=yes
|
|
;;
|
|
i386*)
|
|
libc_cv_gcc_unwind_find_fde=yes
|
|
arch_minimum_kernel=2.0.10
|
|
;;
|
|
ia64*)
|
|
arch_minimum_kernel=2.4.0
|
|
;;
|
|
hppa*)
|
|
arch_minimum_kernel=2.3.99
|
|
;;
|
|
m68k*)
|
|
arch_minimum_kernel=2.0.10
|
|
libc_cv_gcc_unwind_find_fde=yes
|
|
;;
|
|
mips*)
|
|
arch_minimum_kernel=2.4.0
|
|
libc_cv_gcc_unwind_find_fde=yes
|
|
;;
|
|
powerpc/powerpc32)
|
|
libc_cv_gcc_unwind_find_fde=yes
|
|
arch_minimum_kernel=2.0.10
|
|
;;
|
|
powerpc/powerpc64)
|
|
arch_minimum_kernel=2.4.19
|
|
;;
|
|
s390/s390-32)
|
|
libc_cv_gcc_unwind_find_fde=yes
|
|
arch_minimum_kernel=2.2.10
|
|
;;
|
|
s390/s390-64)
|
|
libc_cv_gcc_unwind_find_fde=yes
|
|
arch_minimum_kernel=2.4.0
|
|
;;
|
|
sh*)
|
|
arch_minimum_kernel=2.3.99
|
|
libc_cv_gcc_unwind_find_fde=yes
|
|
;;
|
|
sparc*)
|
|
libc_cv_gcc_unwind_find_fde=yes
|
|
arch_minimum_kernel=2.0.10
|
|
;;
|
|
x86_64*)
|
|
arch_minimum_kernel=2.4.0
|
|
;;
|
|
*)
|
|
arch_minimum_kernel=2.0.10
|
|
;;
|
|
esac
|
|
if test -n "$minimum_kernel"; then
|
|
changequote(,)
|
|
user_version=$((`echo "$minimum_kernel.0.0.0" | sed 's/\([0-9]*\)\.\([0-9]*\)\.\([0-9]*\).*/\1 \* 65536 + \2 \* 256 + \3/'`))
|
|
arch_version=$((`echo "$arch_minimum_kernel.0.0.0" | sed 's/\([0-9]*\)\.\([0-9]*\)\.\([0-9]*\).*/\1 \* 65536 + \2 \* 256 + \3/'`))
|
|
changequote([,])
|
|
if test $user_version -lt $arch_version; then
|
|
AC_MSG_WARN([minimum kernel version reset to $arch_minimum_kernel])
|
|
minimum_kernel=$arch_minimum_kernel
|
|
fi
|
|
else
|
|
if test $arch_minimum_kernel != '2.0.10'; then
|
|
minimum_kernel=$arch_minimum_kernel
|
|
fi
|
|
fi
|
|
|
|
if test -n "$minimum_kernel"; then
|
|
AC_MSG_CHECKING(for kernel header at least $minimum_kernel)
|
|
changequote(,)dnl
|
|
decnum=`echo "$minimum_kernel.0.0.0" | sed 's/\([0-9]*\)\.\([0-9]*\)\.\([0-9]*\).*/(\1 * 65536 + \2 * 256 + \3)/'`;
|
|
abinum=`echo "$minimum_kernel.0.0.0" | sed 's/\([0-9]*\)\.\([0-9]*\)\.\([0-9]*\).*/\1,\2,\3/'`;
|
|
changequote([,])dnl
|
|
AC_EGREP_CPP([eat flaming death], [#include <linux/version.h>
|
|
#if LINUX_VERSION_CODE < $decnum
|
|
eat flaming death
|
|
#endif], libc_minimum_kernel='too old!', libc_minimum_kernel=ok)
|
|
AC_MSG_RESULT($libc_minimum_kernel)
|
|
if test "$libc_minimum_kernel" = ok; then
|
|
AC_DEFINE_UNQUOTED(__LINUX_KERNEL_VERSION, $decnum)
|
|
AC_DEFINE_UNQUOTED(__ABI_TAG_VERSION, $abinum)
|
|
else
|
|
AC_MSG_ERROR([*** The available kernel headers are older than the requested
|
|
*** compatible kernel version])
|
|
fi
|
|
fi
|
|
|
|
# The result of the above test for the use of the FDE code is invalid if
|
|
# the user overrides the decision about the minimum ABI.
|
|
if test "$oldest_abi" != default && test "2.2.4" \< "$oldest_abi"; then
|
|
libc_cv_gcc_unwind_find_fde=no
|
|
fi
|
|
|
|
if test -n "$sysheaders"; then
|
|
CPPFLAGS=$OLD_CPPFLAGS
|
|
fi
|
|
# The Linux filesystem standard prescribes where to place "essential"
|
|
# files. I.e., when the installation prefix is "/usr" we have to place
|
|
# shared library objects and the configuration files on the root partition
|
|
# in /lib and /etc.
|
|
if test "$prefix" = "/usr" -o "$prefix" = "/usr/"; then
|
|
# 64bit libraries on sparc go to /lib64 and not /lib
|
|
if test "$machine" = "sparc/sparc64" -o "$machine" = "x86_64" \
|
|
-o "$machine" = "powerpc/powerpc64"; then
|
|
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
|
|
else
|
|
libc_cv_slibdir="/lib"
|
|
fi
|
|
# Allow the user to override the path with --sysconfdir
|
|
if test $sysconfdir = '${prefix}/etc'; then
|
|
libc_cv_sysconfdir=/etc
|
|
else
|
|
libc_cv_sysconfdir=$sysconfdir
|
|
fi
|
|
libc_cv_rootsbindir="/sbin"
|
|
fi
|
|
|
|
# Under Linux the LinuxThreads add-on should be available.
|
|
case $add_ons in
|
|
# It is available. Good.
|
|
*linuxthreads*)
|
|
linuxthreads_missing=
|
|
;;
|
|
*)
|
|
linuxthreads_missing=yes
|
|
;;
|
|
esac
|
|
|
|
if test "$linuxthreads_missing"; then
|
|
if test $enable_sanity = yes; then
|
|
echo "\
|
|
*** On GNU/Linux systems it is normal to compile GNU libc with the
|
|
*** \`linuxthreads' add-on. Without that, the library will be
|
|
*** incompatible with normal GNU/Linux systems.
|
|
*** If you really mean to not use this add-on, run configure again
|
|
*** using the extra parameter \`--disable-sanity-checks'."
|
|
exit 1
|
|
else
|
|
echo "\
|
|
*** WARNING: Are you sure you do not want to use the \`linuxthreads'
|
|
*** add-on?"
|
|
fi
|
|
fi
|
|
|
|
if test "$prefix" = "/usr/local" -o "$prefix" = "/usr/local/" -o "$prefix" = "NONE"; then
|
|
if test $enable_sanity = yes; then
|
|
echo "\
|
|
*** On GNU/Linux systems the GNU C Library should not be installed into
|
|
*** /usr/local since this might make your system totally unusable.
|
|
*** We strongly advise to use a different prefix. For details read the FAQ.
|
|
*** If you really mean to do this, run configure again using the extra
|
|
*** parameter \`--disable-sanity-checks'."
|
|
exit 1
|
|
else
|
|
echo "\
|
|
*** WARNING: Do you really want to install the GNU C Library into /usr/local?
|
|
*** This might make your system totally unusable, for details read the FAQ."
|
|
fi
|
|
fi
|
|
|
|
|
|
# One Linux we use ldconfig.
|
|
use_ldconfig=yes
|
|
|
|
# We need some extensions to the `ldd' script.
|
|
changequote(,)
|
|
case "$machine" in
|
|
i[3456]86* | m68*)
|
|
ldd_rewrite_script=../sysdeps/unix/sysv/linux/ldd-rewrite.sed
|
|
;;
|
|
ia64*)
|
|
ldd_rewrite_script=../sysdeps/unix/sysv/linux/ia64/ldd-rewrite.sed
|
|
;;
|
|
s390*)
|
|
ldd_rewrite_script=../sysdeps/unix/sysv/linux/s390/ldd-rewrite.sed
|
|
;;
|
|
sparc*)
|
|
ldd_rewrite_script=../sysdeps/unix/sysv/linux/sparc/ldd-rewrite.sed
|
|
;;
|
|
x86_64*)
|
|
ldd_rewrite_script=../sysdeps/unix/sysv/linux/x86_64/ldd-rewrite.sed
|
|
;;
|
|
powerpc*)
|
|
ldd_rewrite_script=../sysdeps/unix/sysv/linux/powerpc/ldd-rewrite.sed
|
|
;;
|
|
*)
|
|
;;
|
|
esac
|
|
changequote([,])
|
|
|
|
if test $host = $build; then
|
|
# If $prefix/include/{net,scsi} are symlinks, make install will
|
|
# clobber what they're linked to (probably a kernel tree).
|
|
# test -L ought to work on all Linux boxes.
|
|
if test "x$prefix" != xNONE; then
|
|
ac_prefix=$prefix
|
|
else
|
|
ac_prefix=$ac_default_prefix
|
|
fi
|
|
AC_MSG_CHECKING([for symlinks in ${ac_prefix}/include])
|
|
ac_message=
|
|
if test -L ${ac_prefix}/include/net; then
|
|
ac_message="$ac_message
|
|
${ac_prefix}/include/net is a symlink"
|
|
fi
|
|
if test -L ${ac_prefix}/include/scsi; then
|
|
ac_message="$ac_message
|
|
${ac_prefix}/include/scsi is a symlink"
|
|
fi
|
|
if test -n "$ac_message"; then
|
|
AC_MSG_ERROR([$ac_message
|
|
\`make install' will destroy the target of the link(s).
|
|
Delete the links and re-run configure, or better still, move the entire
|
|
${ac_prefix}/include directory out of the way.])
|
|
else
|
|
AC_MSG_RESULT(ok)
|
|
fi
|
|
fi
|