Add support for ARM's Thumb instruction set.
[platform/upstream/gcc.git] / gcc / config.sub
index 446235b..dd52e87 100755 (executable)
@@ -159,6 +159,9 @@ case $basic_machine in
                | sparc | sparclet | sparclite | sparc64 | v850)
                basic_machine=$basic_machine-unknown
                ;;
+       thumb | thumbel)
+               basic_machine=$basic_machine-unknown
+               ;;
        # We use `pc' rather than `unknown'
        # because (1) that's what they normally are, and
        # (2) the word "unknown" tends to confuse beginning users.