2006-02-28 Roland McGrath <roland@redhat.com>
authorRoland McGrath <roland@gnu.org>
Tue, 28 Feb 2006 10:10:56 +0000 (10:10 +0000)
committerRoland McGrath <roland@gnu.org>
Tue, 28 Feb 2006 10:10:56 +0000 (10:10 +0000)
* sysdeps/m68k/preconfigure: New file.

sysdeps/m68k/preconfigure [new file with mode: 0644]

diff --git a/sysdeps/m68k/preconfigure b/sysdeps/m68k/preconfigure
new file mode 100644 (file)
index 0000000..35dcea4
--- /dev/null
@@ -0,0 +1,6 @@
+# This fragment canonicalizes the machine names for m68k variants.
+
+case "$machine" in
+m680?0)                base_machine=m68k machine=m68k/$machine ;;
+m68k)          base_machine=m68k machine=m68k/m68020 ;;
+esac