summaryrefslogtreecommitdiff
path: root/ports/sysdeps/hppa/preconfigure
blob: 4d7fdcd032bd049af5e8577c7f791e36346d4c38 (plain)
1
2
3
4
5
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