From 2fe04c57c892c7636f7ff41235f2350885f68f55 Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Wed, 18 Jun 2003 09:49:59 +0000 Subject: Add c4x as an architecture variant to tic4x. --- gas/configure.in | 1 + 1 file changed, 1 insertion(+) (limited to 'gas/configure.in') diff --git a/gas/configure.in b/gas/configure.in index 604a805..a82c635 100644 --- a/gas/configure.in +++ b/gas/configure.in @@ -117,6 +117,7 @@ changequote([,])dnl alpha*) cpu_type=alpha ;; arm*b|xscale*b|strongarm*b) cpu_type=arm endian=big ;; arm*|xscale*|strongarm*) cpu_type=arm endian=little ;; + c4x*) cpu_type=tic4x ;; hppa*) cpu_type=hppa ;; changequote(,)dnl i[3-7]86) cpu_type=i386 arch=i386;; -- cgit v1.1