glibc/sysdeps/m68k/preconfigure
Roland McGrath 041187bdd1 2006-02-28 Roland McGrath <roland@redhat.com>
* sysdeps/m68k/preconfigure: New file.
2006-02-28 10:10:56 +00:00

7 lines
192 B
Plaintext

# This fragment canonicalizes the machine names for m68k variants.
case "$machine" in
m680?0) base_machine=m68k machine=m68k/$machine ;;
m68k) base_machine=m68k machine=m68k/m68020 ;;
esac