]> sourceware.org Git - glibc.git/commitdiff
Linux configure cleanup
authorUlrich Drepper <drepper@gmail.com>
Sat, 7 Jan 2012 17:44:28 +0000 (12:44 -0500)
committerUlrich Drepper <drepper@gmail.com>
Sat, 7 Jan 2012 17:44:28 +0000 (12:44 -0500)
ChangeLog
sysdeps/unix/sysv/linux/configure
sysdeps/unix/sysv/linux/configure.in

index 6f4f8c7b04b63da6154eec7d8f298dfb0f8b42f1..49ccb14fb3b4c84e3431e1ae836590c412432dd7 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 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]
        * configure.in: Remove --enable-omitfp support.
        * FAQ.in: Adjust.
index 19dd7449a3a5da9f821953a70e1067f9895eb83d..1ca54f181c428928039075955ff85cc8d4f9812f 100644 (file)
@@ -282,29 +282,10 @@ fi
 # if appropriate too.
 test -n "$arch_minimum_kernel" ||
 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*)
-    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)
     libc_cv_gcc_unwind_find_fde=yes
     arch_minimum_kernel=2.0.10
index 922f11fe3eaf7bc4317967c99736b2909e260c90..f25b29908f4f6d2a41c7119e1c2db202327ac8dd 100644 (file)
@@ -39,29 +39,10 @@ fi
 # if appropriate too.
 test -n "$arch_minimum_kernel" ||
 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*)
-    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)
     libc_cv_gcc_unwind_find_fde=yes
     arch_minimum_kernel=2.0.10
This page took 0.054459 seconds and 5 git commands to generate.