diff options
author | Martin v. Löwis <loewis@informatik.hu-berlin.de> | 1999-09-23 13:58:53 +0000 |
---|---|---|
committer | Martin v. Löwis <loewis@gcc.gnu.org> | 1999-09-23 13:58:53 +0000 |
commit | 55383d8720c67a6e0e84dad7f3402a9ed5a7365c (patch) | |
tree | f9dbe4d1c2cc1e32f002f544df20baadc39ea816 /gcc | |
parent | 7369be0af45e5b2356b653ce9ec1b07b7acba102 (diff) | |
download | gcc-55383d8720c67a6e0e84dad7f3402a9ed5a7365c.zip gcc-55383d8720c67a6e0e84dad7f3402a9ed5a7365c.tar.gz gcc-55383d8720c67a6e0e84dad7f3402a9ed5a7365c.tar.bz2 |
install.texi (Configurations): Remove pyramid.
* install.texi (Configurations): Remove pyramid. Add fr30, i686,
i786, mn10200, mn10300, pdp11, v850.
From-SVN: r29618
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/install.texi | 11 |
2 files changed, 11 insertions, 5 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 97c15b3..b561fa9 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +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. + Thu Sep 23 07:37:13 1999 Dan Nicolaescu <dann@ics.uci.edu> * libgcc2.c (num_digits): Add prototype with diff --git a/gcc/install.texi b/gcc/install.texi index d1f0602..c4069fa 100644 --- a/gcc/install.texi +++ b/gcc/install.texi @@ -744,11 +744,12 @@ needs to be added for a given target or host. 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 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 |