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]

Re: More support for C4x target


Jeffrey A Law writes:

 > David miller pointed out the CVS conflict markers in config.sub.   I
 > fixed up that little goof.
 > 
 > Don't you also need gcc/configure.in changes?

Ooops, I cat'ed the wrong files together.  You got the duds ;-)
Right, this patch should bring us back to square 1.

Index: configure.in
===================================================================
RCS file: /egcs/carton/cvsfiles/egcs/gcc/configure.in,v
retrieving revision 1.157
diff -p -c -r1.157 configure.in
*** configure.in	1998/09/13 22:37:13	1.157
--- configure.in	1998/09/20 07:40:49
*************** changequote([,])dnl
*** 655,660 ****
--- 655,664 ----
  		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



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