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

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

diff --git a/sysdeps/hppa/preconfigure b/sysdeps/hppa/preconfigure
new file mode 100644 (file)
index 0000000..4d7fdcd
--- /dev/null
@@ -0,0 +1,6 @@
+# This fragment canonicalizes the machine names for hppa variants.
+
+case "$machine" in
+hppa*64*)      base_machine=hppa machine=hppa/hppa64 ;;
+hppa*)         base_machine=hppa machine=hppa/hppa1.1 ;;
+esac