summaryrefslogtreecommitdiff
path: root/gcc/config.sub
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/config.sub')
-rwxr-xr-xgcc/config.sub4
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/config.sub b/gcc/config.sub
index dd52e87aee8..0271e3452ba 100755
--- a/gcc/config.sub
+++ b/gcc/config.sub
@@ -162,6 +162,10 @@ case $basic_machine in
thumb | thumbel)
basic_machine=$basic_machine-unknown
;;
+ thumb-pe) # CYGNUS LOCAL nickc/thumb-pe
+ basic_machine=$basic_machine-unknown
+ ;;
+ # END CYGNUS LOCAL nickc/thumb-pe
# We use `pc' rather than `unknown'
# because (1) that's what they normally are, and
# (2) the word "unknown" tends to confuse beginning users.