ubuntu-buildroot/output/build/glibc-2.36-81-g4f4d7a13edfd.../sysdeps/hppa/preconfigure

7 lines
193 B
Plaintext
Raw Normal View History

2024-04-01 15:19:46 +00:00
# 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