diff options
author | nickc <nickc@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-04-01 17:26:35 +0000 |
---|---|---|
committer | nickc <nickc@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-04-01 17:26:35 +0000 |
commit | 40f676806978f01c82763769075110b789f611dc (patch) | |
tree | 0c02694bfec48ddad2fe83335894593db5022713 /gcc/config.sub | |
parent | ec7d870def76f6aa2d644d5820abc209f2b5a684 (diff) | |
download | ppe42-gcc-40f676806978f01c82763769075110b789f611dc.tar.gz ppe42-gcc-40f676806978f01c82763769075110b789f611dc.zip |
Removed thumb-pe target.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@18937 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config.sub')
-rwxr-xr-x | gcc/config.sub | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gcc/config.sub b/gcc/config.sub index 0271e3452ba..dd52e87aee8 100755 --- a/gcc/config.sub +++ b/gcc/config.sub @@ -162,10 +162,6 @@ 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. |