mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-01-19 03:06:42 +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
|
||||
|
||||
# CFLAGS
|
||||
case "${CT_ARCH_SH_VARIENT}" in
|
||||
case "${CT_ARCH_SH_VARIANT}" in
|
||||
sh3) CT_ARCH_ARCH_CFLAG=-m3;;
|
||||
sh4*)
|
||||
case "${CT_ARCH_FLOAT_HW},${CT_ARCH_FLOAT_SW}" in
|
||||
|
Loading…
Reference in New Issue
Block a user