aboutsummaryrefslogtreecommitdiff
path: root/config.sub
diff options
context:
space:
mode:
authorMichael Hayes <m.hayes@elec.canterbury.ac.nz>1998-09-19 15:26:17 -0600
committerJeff Law <law@gcc.gnu.org>1998-09-19 15:26:17 -0600
commitb9d6c60d55a3a0aabdc2507172ee3c033e090785 (patch)
tree6e7eaa122482ca873249ad92dbc05a79703e412c /config.sub
parent8e44ac71fdbe6481b1fd4b3eeebfd5a534fa021c (diff)
downloadgcc-b9d6c60d55a3a0aabdc2507172ee3c033e090785.zip
gcc-b9d6c60d55a3a0aabdc2507172ee3c033e090785.tar.gz
gcc-b9d6c60d55a3a0aabdc2507172ee3c033e090785.tar.bz2
config.sub: Add support for C4x target.
* config.sub: Add support for C4x target. * configure.in: Likewise. From-SVN: r22482
Diffstat (limited to 'config.sub')
-rwxr-xr-xconfig.sub6
1 files changed, 5 insertions, 1 deletions
diff --git a/config.sub b/config.sub
index 7ec7560..c31952a 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