summaryrefslogtreecommitdiff
path: root/gcc/configure.in
diff options
context:
space:
mode:
authorlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>1998-09-20 11:12:53 +0000
committerlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>1998-09-20 11:12:53 +0000
commit8b07f0eb9a6107ea843e17dd6c4791dc1a0df15d (patch)
treef1d7fee4bbe7a64b9cfe45fcbb0a3463cc6e1501 /gcc/configure.in
parent7a79f73ae3448475429b5442b084f74971a1f3d5 (diff)
downloadgcc-8b07f0eb9a6107ea843e17dd6c4791dc1a0df15d.tar.gz
* configure.in: Add support for c4x targets.
* configure: Rebuilt. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@22498 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/configure.in')
-rw-r--r--gcc/configure.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/configure.in b/gcc/configure.in
index fb9e9b1c6c5..4a0f929656f 100644
--- a/gcc/configure.in
+++ b/gcc/configure.in
@@ -655,6 +655,10 @@ changequote([,])dnl
use_collect2=yes
fixincludes=Makefile.in
;;
+ c4x-*)
+ cpu_type=c4x
+ tmake_file=c4x/t-c4x
+ ;;
clipper-intergraph-clix*)
tm_file="${tm_file} svr3.h clipper/clix.h"
xm_file=clipper/xm-clix.h