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 for Re: Solaris 8/SPARC bootstrap broken building 64-bit libgcc


[ gcc -> gcc-patches ]

On Mon, 7 Jul 2003, Mark Mitchell wrote:
>> Mark, how about updating sparc-sun-solaris2.7 to sparc-sun-solaris2.8?
> That makes sense to me!

Okay, so I committed the patch below.

>> I agree that this looks like a god idea.
> Well, good at least.  :-)

Oops. Need more slee<oah>p. :-}

Gerald

CVS Log:
Replace sparc-sun-solaris2.7 by sparc-sun-solaris2.8.  Minor reformatting.

Index: criteria.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-3.3/criteria.html,v
retrieving revision 1.9
diff -u -3 -p -r1.9 criteria.html
--- criteria.html	25 May 2003 12:26:44 -0000	1.9
+++ criteria.html	8 Jul 2003 22:30:14 -0000
@@ -76,7 +76,10 @@ possible, the release will support other
                       <td>hppa2.0w-hp-hpux11.00</td>
     <td><a href="mailto:dave@hiauly1.hia.nrc.ca";>John David Anglin</a></td>
 </tr>
-<tr><td>Intel x86</td><td>Debian GNU/Linux 2.2</td><td>i386-pc-linux-gnu</td><td>&nbsp;</td></tr>
+<tr><td>Intel x86</td><td>Debian GNU/Linux 2.2</td>
+                      <td>i386-pc-linux-gnu</td>
+    <td>&nbsp;</td>
+</tr>
 <tr><td>Intel x86</td><td>RedHat Linux 6.2</td>    <td>i686-pc-linux-gnu</td><td>&nbsp;</td></tr>
 <tr><td>Intel x86</td><td>FreeBSD -STABLE/-CURRENT</td>
                       <td>i386-unknown-freebsd</td>
@@ -87,7 +90,10 @@ possible, the release will support other
                       <td>powerpc-ibm-aix4.3.3.0</td>
     <td><a href="mailto:dje@watson.ibm.com";>David Edelsohn</a></td>
 </tr>
-<tr><td>SPARC</td>    <td>Solaris 2.7</td>         <td>sparc-sun-solaris2.7</td><td>&nbsp;</td></tr>
+<tr><td>SPARC</td>    <td>Solaris 2.8</td>
+                      <td>sparc-sun-solaris2.8</td>
+    <td>&nbsp;</td>
+</tr>
 </table>

 <p>GCC's performance on the following platforms will not be required


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