2004-07-01 Roland McGrath <roland@redhat.com>

* sysdeps/unix/sysv/linux/configure.in: If arch_minimum_kernel was
	already set, don't set it or libc_cv_gcc_unwind_find_fde.
	* sysdeps/unix/sysv/linux/configure: Regenerated.
This commit is contained in:
Roland McGrath 2004-07-02 06:45:08 +00:00
parent f8ea3acb62
commit ffbbbee18e
2 changed files with 10 additions and 2 deletions

View file

@ -87,7 +87,11 @@ 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.
# kernel versions for some architectures. If a previous configure fragment
# set arch_minimum_kernel already, let that override our defaults here.
# Note that we presume such a fragment has set libc_cv_gcc_unwind_find_fde
# if appropriate too.
test -n "$arch_minimum_kernel" ||
case "$machine" in
alpha*)
arch_minimum_kernel=2.1.100

View file

@ -46,7 +46,11 @@ 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.
# kernel versions for some architectures. If a previous configure fragment
# set arch_minimum_kernel already, let that override our defaults here.
# Note that we presume such a fragment has set libc_cv_gcc_unwind_find_fde
# if appropriate too.
test -n "$arch_minimum_kernel" ||
case "$machine" in
alpha*)
arch_minimum_kernel=2.1.100