2006-02-28 Roland McGrath <roland@redhat.com>

* sysdeps/hppa/preconfigure: New file.
This commit is contained in:
Roland McGrath 2006-02-28 10:12:23 +00:00
parent 041187bdd1
commit f0bd510a6d

View file

@ -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