diff options
Diffstat (limited to 'ports/sysdeps/hppa/preconfigure')
-rw-r--r-- | ports/sysdeps/hppa/preconfigure | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ports/sysdeps/hppa/preconfigure b/ports/sysdeps/hppa/preconfigure new file mode 100644 index 0000000000..4d7fdcd032 --- /dev/null +++ b/ports/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 |