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

* sysdeps/m68k/preconfigure: New file.
This commit is contained in:
Roland McGrath 2006-02-28 10:10:56 +00:00
parent d7cd337046
commit 041187bdd1
1 changed files with 6 additions and 0 deletions

View File

@ -0,0 +1,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