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: add sparc-*-linux* to doc/install.texi



Having found out the hard way, shouldn't this be included in the
host/target specific installation notes:

http://gcc.gnu.org/ml/gcc/2001-11/msg00565.html

2001-11-13  Jeff Sturm  <jsturm@one-point.com>

	* doc/install.texi (sparc-*-linux*): Mention requirements for
	binutils and glibc.

Index: install.texi
===================================================================
RCS file: /cvs/gcc/gcc/gcc/doc/install.texi,v
retrieving revision 1.77
diff -u -p -r1.77 install.texi
--- install.texi	2001/11/08 20:18:18	1.77
+++ install.texi	2001/11/13 18:03:41
@@ -1562,6 +1562,8 @@ These lists are updated as new informati
 @item
 @uref{#sparc-unknown-linux-gnulibc1,,sparc-unknown-linux-gnulibc1}
 @item
+@uref{#sparc-*-linux*,,sparc-*-linux*}
+@item
 @uref{#sparc64-*-*,,sparc64-*-*}
 @item
 @uref{#*-*-sysv*,,*-*-sysv*}
@@ -3447,6 +3449,17 @@ be due to a bug in @command{sh}.  You ca
 It has been reported that you might need
 @uref{ftp://ftp.yggdrasil.com/private/hjl,,binutils 2.8.1.0.23}
 for this platform, too.
+
+
+@html
+</p>
+<hr>
+@end html
+@heading @anchor{sparc-*-linux*}sparc-*-linux*
+
+GCC versions 3.0 and higher require binutils 2.11.2 and glibc 2.2.4
+or newer on this platform.  All earlier binutils and glibc
+releases mishandled unaligned relocations on @code{sparc-*-*} targets.
 
 
 @html


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