From: Roland McGrath Date: Tue, 28 Feb 2006 10:12:23 +0000 (+0000) Subject: 2006-02-28 Roland McGrath X-Git-Tag: upstream/2.30~10627^2~905 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f0bd510a6d67823fa601227d709628a62dfa79dc;p=external%2Fglibc.git 2006-02-28 Roland McGrath * sysdeps/hppa/preconfigure: New file. --- diff --git a/sysdeps/hppa/preconfigure b/sysdeps/hppa/preconfigure new file mode 100644 index 0000000..4d7fdcd --- /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