mirror of
https://sourceware.org/git/glibc.git
synced 2025-01-03 08:11:08 +00:00
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:
parent
f8ea3acb62
commit
ffbbbee18e
6
sysdeps/unix/sysv/linux/configure
vendored
6
sysdeps/unix/sysv/linux/configure
vendored
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user