repo.or.cz
/
glibc-ports.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
2006-02-28 Roland McGrath <roland@redhat.com>
[glibc-ports.git]
/
sysdeps
/
m68k
/
preconfigure
blob
35dcea4be191f3c6839629168638f1c4c8ad4b75
1
# This fragment canonicalizes the machine names for m68k variants.
2
3
case "$machine" in
4
m680?0) base_machine=m68k machine=m68k/$machine ;;
5
m68k) base_machine=m68k machine=m68k/m68020 ;;
6
esac