diff options
author | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-09-19 21:26:17 +0000 |
---|---|---|
committer | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-09-19 21:26:17 +0000 |
commit | 03ebedb1aad2a6c5acc42bbf16e0476c21e55257 (patch) | |
tree | 6e7eaa122482ca873249ad92dbc05a79703e412c /config.sub | |
parent | 4d004c41996323c6c5f7fee10c0397a1645172cf (diff) | |
download | gcc-03ebedb1aad2a6c5acc42bbf16e0476c21e55257.tar.gz |
* config.sub: Add support for C4x target.
* configure.in: Likewise.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@22482 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'config.sub')
-rwxr-xr-x | config.sub | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/config.sub b/config.sub index 7ec7560ed20..c31952a4b93 100755 --- a/config.sub +++ b/config.sub @@ -167,7 +167,7 @@ case $basic_machine in | 1750a | dsp16xx | pdp11 \ | mips64 | mipsel | mips64el | mips64orion | mips64orionel \ | mipstx39 | mipstx39el \ - | sparc | sparclet | sparclite | sparc64 | sparcv9 | v850) + | sparc | sparclet | sparclite | sparc64 | sparcv9 | v850 x4x) basic_machine=$basic_machine-unknown ;; m88110 | m680[01234]0 | m683?2 | m68360 | z8k | v70 | h8500 | w65) # CYGNUS LOCAL @@ -858,6 +858,10 @@ case $basic_machine in pmac | pmac-mpw) # CYGNUS LOCAL basic_machine=powerpc-apple ;; + c4x*) + basic_machine=c4x-none + os=-coff + ;; *) echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2 exit 1 |