summaryrefslogtreecommitdiff
path: root/gcc/config.sub
diff options
context:
space:
mode:
authornickc <nickc@138bc75d-0d04-0410-961f-82ee72b054a4>1998-04-01 17:19:01 +0000
committernickc <nickc@138bc75d-0d04-0410-961f-82ee72b054a4>1998-04-01 17:19:01 +0000
commitcbdb96b98518d33b841de31af221902a53036058 (patch)
tree93acb74d0e8950bb98ee52e06ba004a46e2cb0f7 /gcc/config.sub
parentd50cce1f01fff5b3da1584e56fb194d9a24a3c23 (diff)
downloadgcc-cbdb96b98518d33b841de31af221902a53036058.tar.gz
Add thumb-pe support.
Add super interworking. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@18935 138bc75d-0d04-0410-961f-82ee72b054a4
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.