diff options
Diffstat (limited to 'scripts/config.sub')
-rwxr-xr-x | scripts/config.sub | 6 |
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* \ |