Blame sysdeps/hppa/preconfigure

Packit Service 82fcde
# This fragment canonicalizes the machine names for hppa variants.
Packit Service 82fcde
Packit Service 82fcde
case "$machine" in
Packit Service 82fcde
hppa*64*)	base_machine=hppa machine=hppa/hppa64 ;;
Packit Service 82fcde
hppa*)		base_machine=hppa machine=hppa/hppa1.1 ;;
Packit Service 82fcde
esac