about summary refs log tree commit diff
path: root/sysdeps/m68k/preconfigure
blob: 35dcea4be191f3c6839629168638f1c4c8ad4b75 (plain) (blame)
1
2
3
4
5
6
# 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