From f0bd510a6d67823fa601227d709628a62dfa79dc Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Tue, 28 Feb 2006 10:12:23 +0000 Subject: [PATCH] 2006-02-28 Roland McGrath * sysdeps/hppa/preconfigure: New file. --- sysdeps/hppa/preconfigure | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 sysdeps/hppa/preconfigure diff --git a/sysdeps/hppa/preconfigure b/sysdeps/hppa/preconfigure new file mode 100644 index 00000000..4d7fdcd0 --- /dev/null +++ b/sysdeps/hppa/preconfigure @@ -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 -- 2.11.4.GIT