mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-14 17:11:06 +00:00
7 lines
139 B
Plaintext
7 lines
139 B
Plaintext
|
# preconfigure fragment for sh.
|
||
|
|
||
|
case "$machine" in
|
||
|
sh3*) base_machine=sh machine=sh/sh3 ;;
|
||
|
sh4*) base_machine=sh machine=sh/sh4 ;;
|
||
|
esac
|