]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
m68k: restore configure settings
authorAndreas Schwab <schwab@linux-m68k.org>
Sat, 7 Jan 2012 19:12:49 +0000 (20:12 +0100)
committerAndreas Schwab <schwab@linux-m68k.org>
Sat, 7 Jan 2012 19:22:23 +0000 (20:22 +0100)
ChangeLog.m68k
sysdeps/unix/sysv/linux/m68k/configure
sysdeps/unix/sysv/linux/m68k/configure.in

index 8f62c71509fe704386ebc5cb74cc124e1bd84796..8c81807582c8ad841632017952a7e6154e174f57 100644 (file)
@@ -1,3 +1,9 @@
+2012-01-07  Andreas Schwab  <schwab@linux-m68k.org>
+
+       * sysdeps/unix/sysv/linux/m68k/configure.in: Set
+       arch_minimum_kernel, libc_cv_gcc_unwind_find_fde and
+       ldd_rewrite_script.
+
 2012-01-05  Andreas Schwab  <schwab@linux-m68k.org>
 
        * sysdeps/m68k/dl-trampoline.S: Add cfi directives.
index 94ccc508cc38799dc1d182c7128ef9dfc26d5065..80ba90191f2ca02f4d9d41b6e42f29e78d1c07e1 100644 (file)
@@ -3,4 +3,9 @@
 m68k/coldfire)
   arch_minimum_kernel=2.6.10
   ;;
+*)
+  arch_minimum_kernel=2.0.10
+  ;;
 esac
+libc_cv_gcc_unwind_find_fde=yes
+ldd_rewrite_script=sysdeps/unix/sysv/linux/ldd-rewrite.sed
index 285b81f4754b1c302647f127e3ccb899388ce104..e5a94ab8e6f716dfd86e91613e06a72b8b11c085 100644 (file)
@@ -4,4 +4,9 @@ case $machine in
 m68k/coldfire)
   arch_minimum_kernel=2.6.10
   ;;
+*)
+  arch_minimum_kernel=2.0.10
+  ;;
 esac
+libc_cv_gcc_unwind_find_fde=yes
+ldd_rewrite_script=sysdeps/unix/sysv/linux/ldd-rewrite.sed