This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[patch] config.gcc: Obsolete c4x.


Hi,

Attached is a patch to obsolete c4x for both 4.0 and 4.1.

When we discuessed this issue a while ago, there was no interest in
c4x port for code generation purposes.  There were some other
interests like using this port to ensure that we are not tied to
QImode == 8 bits.

Tested on i686-pc-linux-gnu.  OK to apply?

Kazu Hirata

2005-04-27  Kazu Hirata  <kazu@cs.umass.edu>

	* config.gcc: Obsolete c4x-* and tic4x-*.

Index: config.gcc
===================================================================
RCS file: /cvs/gcc/gcc/gcc/config.gcc,v
retrieving revision 1.539
diff -u -d -p -r1.539 config.gcc
--- config.gcc	25 Apr 2005 04:40:02 -0000	1.539
+++ config.gcc	27 Apr 2005 04:03:27 -0000
@@ -189,6 +189,8 @@ case ${target} in
  | ip2k-*-elf		\
  | ns32k-*-netbsdelf*	\
  | ns32k-*-netbsd*	\
+ | c4x-*		\
+ | tic4x-*		\
  )
     if test "x$enable_obsolete" != xyes; then
       echo "*** Configuration ${target} is obsolete." >&2


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]