mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-01-31 08:25:32 +00:00
arch/sh: fix type in variant handling
This commit is contained in:
parent
f1235bf562
commit
572a4e4bd7
@ -19,7 +19,7 @@ CT_DoArchTupleValues () {
|
|||||||
esac
|
esac
|
||||||
|
|
||||||
# CFLAGS
|
# CFLAGS
|
||||||
case "${CT_ARCH_SH_VARIENT}" in
|
case "${CT_ARCH_SH_VARIANT}" in
|
||||||
sh3) CT_ARCH_ARCH_CFLAG=-m3;;
|
sh3) CT_ARCH_ARCH_CFLAG=-m3;;
|
||||||
sh4*)
|
sh4*)
|
||||||
case "${CT_ARCH_FLOAT_HW},${CT_ARCH_FLOAT_SW}" in
|
case "${CT_ARCH_FLOAT_HW},${CT_ARCH_FLOAT_SW}" in
|
||||||
|
Loading…
x
Reference in New Issue
Block a user