Supported Chips

Martin v. Loewis martin@mira.isdn.cs.tu-berlin.de
Wed Sep 22 07:23:00 GMT 1999


While collecting chip information, I noticed differences between the
available machine descriptions, the configurations recognized by
configure, and install.texi. In particular:

- mentioned in install, but not supported by configure: pyramid.

- not mentioned in install, but apparently supported: fr30, i686,
  i786, mn10200, mn10300, pdp11, v850

If that is correct, I propose the patch attached below.

Regards,
Martin

Wed Sep 22 16:10:21 1999  Martin v. Löwis  <loewis@informatik.hu-berlin.de>

	* install.texi (Configurations): Remove pyramid. Add fr30, i686,
	i786, mn10200, mn10300, pdp11, v850.

Index: install.texi
===================================================================
RCS file: /egcs/carton/cvsfiles/egcs/gcc/install.texi,v
retrieving revision 1.30
diff -u -r1.30 install.texi
--- install.texi	1999/08/14 22:04:44	1.30
+++ install.texi	1999/09/22 14:09:54
@@ -744,11 +744,12 @@
 Here are the possible CPU types:
 
 @quotation
-@c gmicro, alliant, spur and tahoe omitted since they don't work.
-1750a, a29k, alpha, arm, c@var{n}, clipper, dsp16xx, elxsi, h8300,
-hppa1.0, hppa1.1, i370, i386, i486, i586, i860, i960, m32r, m68000, m68k,
-m88k, mips, mipsel, mips64, mips64el, ns32k, powerpc, powerpcle,
-pyramid, romp, rs6000, sh, sparc, sparclite, sparc64, vax, we32k.
+@c gmicro, fx80, spur, pyramid and tahoe omitted since they don't work.
+1750a, a29k, alpha, arm, c@var{n}, clipper, dsp16xx, elxsi, fr30, h8300,
+hppa1.0, hppa1.1, i370, i386, i486, i586, i686, i786, i860, i960, m32r,
+m68000, m68k, m88k, mips, mipsel, mips64, mips64el, mn10200, mn10300,
+ns32k, pdp11, powerpc, powerpcle, romp, rs6000, sh, sparc, sparclite,
+sparc64, v850, vax, we32k.
 @end quotation
 
 Here are the recognized company names.  As you can see, customary


More information about the Gcc-patches mailing list