mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-30 22:43:12 +03:00
Linux configure cleanup
This commit is contained in:
@ -1,5 +1,9 @@
|
|||||||
2012-01-07 Ulrich Drepper <drepper@gmail.com>
|
2012-01-07 Ulrich Drepper <drepper@gmail.com>
|
||||||
|
|
||||||
|
* sysdeps/unix/sysv/linux/configure.in: Ports should define
|
||||||
|
libc_cv_gcc_unwind_find_fde and arch_minimum_kernel in their
|
||||||
|
configure files.
|
||||||
|
|
||||||
[BZ #13552]
|
[BZ #13552]
|
||||||
* configure.in: Remove --enable-omitfp support.
|
* configure.in: Remove --enable-omitfp support.
|
||||||
* FAQ.in: Adjust.
|
* FAQ.in: Adjust.
|
||||||
|
19
sysdeps/unix/sysv/linux/configure
vendored
19
sysdeps/unix/sysv/linux/configure
vendored
@ -282,29 +282,10 @@ fi
|
|||||||
# if appropriate too.
|
# if appropriate too.
|
||||||
test -n "$arch_minimum_kernel" ||
|
test -n "$arch_minimum_kernel" ||
|
||||||
case "$machine" in
|
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*)
|
i386*)
|
||||||
libc_cv_gcc_unwind_find_fde=yes
|
libc_cv_gcc_unwind_find_fde=yes
|
||||||
arch_minimum_kernel=2.0.10
|
arch_minimum_kernel=2.0.10
|
||||||
;;
|
;;
|
||||||
ia64*)
|
|
||||||
arch_minimum_kernel=2.4.0
|
|
||||||
;;
|
|
||||||
hppa*)
|
|
||||||
libc_cv_gcc_unwind_find_fde=yes
|
|
||||||
arch_minimum_kernel=2.4.19
|
|
||||||
;;
|
|
||||||
m68k*)
|
|
||||||
arch_minimum_kernel=2.0.10
|
|
||||||
libc_cv_gcc_unwind_find_fde=yes
|
|
||||||
;;
|
|
||||||
powerpc/powerpc32)
|
powerpc/powerpc32)
|
||||||
libc_cv_gcc_unwind_find_fde=yes
|
libc_cv_gcc_unwind_find_fde=yes
|
||||||
arch_minimum_kernel=2.0.10
|
arch_minimum_kernel=2.0.10
|
||||||
|
@ -39,29 +39,10 @@ fi
|
|||||||
# if appropriate too.
|
# if appropriate too.
|
||||||
test -n "$arch_minimum_kernel" ||
|
test -n "$arch_minimum_kernel" ||
|
||||||
case "$machine" in
|
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*)
|
i386*)
|
||||||
libc_cv_gcc_unwind_find_fde=yes
|
libc_cv_gcc_unwind_find_fde=yes
|
||||||
arch_minimum_kernel=2.0.10
|
arch_minimum_kernel=2.0.10
|
||||||
;;
|
;;
|
||||||
ia64*)
|
|
||||||
arch_minimum_kernel=2.4.0
|
|
||||||
;;
|
|
||||||
hppa*)
|
|
||||||
libc_cv_gcc_unwind_find_fde=yes
|
|
||||||
arch_minimum_kernel=2.4.19
|
|
||||||
;;
|
|
||||||
m68k*)
|
|
||||||
arch_minimum_kernel=2.0.10
|
|
||||||
libc_cv_gcc_unwind_find_fde=yes
|
|
||||||
;;
|
|
||||||
powerpc/powerpc32)
|
powerpc/powerpc32)
|
||||||
libc_cv_gcc_unwind_find_fde=yes
|
libc_cv_gcc_unwind_find_fde=yes
|
||||||
arch_minimum_kernel=2.0.10
|
arch_minimum_kernel=2.0.10
|
||||||
|
Reference in New Issue
Block a user