glibc/sysdeps/hppa/preconfigure
Roland McGrath f0bd510a6d 2006-02-28 Roland McGrath <roland@redhat.com>
* sysdeps/hppa/preconfigure: New file.
2006-02-28 10:12:23 +00:00

7 lines
193 B
Plaintext

# 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