aboutsummaryrefslogtreecommitdiff
path: root/scripts/config.sub
diff options
context:
space:
mode:
authorQBos07 <qubos@outlook.de>2025-04-13 17:59:41 +0000
committerChris Packham <judge.packham@gmail.com>2025-05-07 16:33:28 +1200
commitcabc7a3578284c92457e1ad8d09fed3a7b70535b (patch)
tree5c395d2e1408d5d000f356c0a8acd050980ce75a /scripts/config.sub
parent027213fb5d2c782621cacd1909eeb42dd5462f69 (diff)
downloadcrosstool-ng-cabc7a3578284c92457e1ad8d09fed3a7b70535b.tar.gz
crosstool-ng-cabc7a3578284c92457e1ad8d09fed3a7b70535b.tar.bz2
crosstool-ng-cabc7a3578284c92457e1ad8d09fed3a7b70535b.zip
Add the FPU options for SuperH
A lot of the old code didn't even work Signed-off-by: QBos07 <qubos@outlook.de>
Diffstat (limited to 'scripts/config.sub')
-rwxr-xr-xscripts/config.sub6
1 files changed, 5 insertions, 1 deletions
diff --git a/scripts/config.sub b/scripts/config.sub
index 3a5a6bb8..128e065c 100755
--- a/scripts/config.sub
+++ b/scripts/config.sub
@@ -1240,9 +1240,13 @@ case $cpu-$vendor in
| rl78 | romp | rs6000 | rx \
| s390 | s390x \
| score \
- | sh | shl \
+ | sh | shl | sh4al \
| sh[1234] | sh[24]a | sh[24]ae[lb] | sh[23]e | she[lb] | sh[lb]e \
| sh[1234]e[lb] | sh[12345][lb]e | sh[23]ele | sh64 | sh64le \
+ | sh[42]a_nofpu | sh4_nofpu | sh[42]a_single | sh4_single \
+ | sh[42]a_single_only | sh4_single_only \
+ | sh[42]a_nofpue[lb] | sh4_nofpue[lb] | sh[42]a_singlee[lb] | sh4_singlee[lb] \
+ | sh[42]a_single_onlye[lb] | sh4_single_onlye[lb] \
| sparc | sparc64 | sparc64b | sparc64v | sparc86x | sparclet \
| sparclite \
| sparcv8 | sparcv9 | sparcv9b | sparcv9v | sv1 | sx* \