public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
* i?86-*-sco3.2v5* / i?86-*-solaris2.10 / x86_64-*-*, amd64-*-*
@ 2005-04-29 14:19 Dimitri Papadopoulos-Orfanos
  2005-05-01 13:47 ` Gerald Pfeifer
  0 siblings, 1 reply; 4+ messages in thread
From: Dimitri Papadopoulos-Orfanos @ 2005-04-29 14:19 UTC (permalink / raw)
  To: gcc

Hello,

Some links are broken on this page:
	http://gcc.gnu.org/install/specific.html

Specifically:
	i?86-*-sco3.2v5*
	i?86-*-solaris2.10
	x86_64-*-*, amd64-*-*
	all ELF targets

See also previous discussion on a similar issue:
	http://gcc.gnu.org/ml/gcc/2005-04/msg00477.html

Regards,
Dimitri Papadopoulos

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: i?86-*-sco3.2v5* / i?86-*-solaris2.10 / x86_64-*-*, amd64-*-*
  2005-04-29 14:19 i?86-*-sco3.2v5* / i?86-*-solaris2.10 / x86_64-*-*, amd64-*-* Dimitri Papadopoulos-Orfanos
@ 2005-05-01 13:47 ` Gerald Pfeifer
  2005-05-01 18:08   ` Gerald Pfeifer
  0 siblings, 1 reply; 4+ messages in thread
From: Gerald Pfeifer @ 2005-05-01 13:47 UTC (permalink / raw)
  To: Dimitri Papadopoulos-Orfanos; +Cc: gcc, gcc-patches

On Fri, 29 Apr 2005, Dimitri Papadopoulos-Orfanos wrote:
> Some links are broken on this page:
> 	http://gcc.gnu.org/install/specific.html
> 
> Specifically:
> 	i?86-*-sco3.2v5*
> 	i?86-*-solaris2.10
> 	x86_64-*-*, amd64-*-*
> 	all ELF targets

That's even further collateral damage caused by the design changes in
recent versions of GNU makeinfo for strict HTML/XHTML support. :-(

Thanks for the clear report, Dimitri.  I just installed the following
change to mainline (which will become GCC 4.1) and will shortly do the
same on the 4.0 branch.  Please allow up to 24 hours until this has
propagated to the http://gcc.gnu.org/install/specific.html web page.

I tested this patch by running gcc/doc/install.texi2html and also
verified that the changed links still work when using makeinfo 4.5

Gerald

2005-05-01  Gerald Pfeifer  <gerald@pfeifer.com>

	* doc/install.texi (Specific): Omit dots in the @anchors names
	for i?86-*-sco3.2v5*, i?86-*-solaris2.10, and sparc-sun-solaris2.7.
	Omit underscores for x86_64-*-* and the "all ELF targets" entry.

Index: doc/install.texi
===================================================================
RCS file: /cvs/gcc/gcc/gcc/doc/install.texi,v
retrieving revision 1.350
diff -u -3 -p -r1.350 install.texi
--- doc/install.texi	28 Apr 2005 22:53:21 -0000	1.350
+++ doc/install.texi	1 May 2005 13:34:14 -0000
@@ -2207,9 +2207,9 @@ GNU Compiler Collection on your machine.
 @item
 @uref{#ix86-x-linux,,i?86-*-linux*}
 @item
-@uref{#ix86-x-sco3.2v5,,i?86-*-sco3.2v5*}
+@uref{#ix86-x-sco32v5,,i?86-*-sco3.2v5*}
 @item
-@uref{#ix86-x-solaris2.10,,i?86-*-solaris2.10}
+@uref{#ix86-x-solaris210,,i?86-*-solaris2.10}
 @item
 @uref{#ix86-x-udk,,i?86-*-udk}
 @item
@@ -2267,7 +2267,7 @@ GNU Compiler Collection on your machine.
 @item
 @uref{#sparc-sun-solaris2,,sparc-sun-solaris2*}
 @item
-@uref{#sparc-sun-solaris2.7,,sparc-sun-solaris2.7}
+@uref{#sparc-sun-solaris27,,sparc-sun-solaris2.7}
 @item
 @uref{#sparc-x-linux,,sparc-*-linux*}
 @item
@@ -2281,7 +2281,7 @@ GNU Compiler Collection on your machine.
 @item
 @uref{#x-x-vxworks,,*-*-vxworks*}
 @item
-@uref{#x86_64-x-x,,x86_64-*-*, amd64-*-*}
+@uref{#x86-64-x-x,,x86_64-*-*, amd64-*-*}
 @item
 @uref{#xtensa-x-elf,,xtensa-*-elf}
 @item
@@ -2296,7 +2296,7 @@ GNU Compiler Collection on your machine.
 
 @itemize
 @item
-@uref{#elf_targets,,all ELF targets} (SVR4, Solaris 2, etc.)
+@uref{#elf,,all ELF targets} (SVR4, Solaris 2, etc.)
 @end itemize
 @end ifhtml
 
@@ -2897,7 +2897,7 @@ found on @uref{http://www.bitwizard.nl/s
 @html
 <hr />
 @end html
-@heading @anchor{ix86-x-sco3.2v5}i?86-*-sco3.2v5*
+@heading @anchor{ix86-x-sco32v5}i?86-*-sco3.2v5*
 Use this for the SCO OpenServer Release 5 family of operating systems.
 
 Unlike earlier versions of GCC, the ability to generate COFF with this
@@ -2941,7 +2941,7 @@ GCC, version 2.95.3.  It is useful for b
 @html
 <hr />
 @end html
-@heading @anchor{ix86-x-solaris2.10}i?86-*-solaris2.10
+@heading @anchor{ix86-x-solaris210}i?86-*-solaris2.10
 Use this for Solaris 10 or later on x86 and x86-64 systems.  This
 configuration is supported by GCC 4.0 and later versions only.
 
@@ -3649,7 +3649,7 @@ or later system, the canonical target tr
 @html
 <hr />
 @end html
-@heading @anchor{sparc-sun-solaris2.7}sparc-sun-solaris2.7
+@heading @anchor{sparc-sun-solaris27}sparc-sun-solaris2.7
 
 Sun patch 107058-01 (1999-01-13) for Solaris 7/SPARC triggers a bug in
 the dynamic linker.  This problem (Sun bug 4210064) affects GCC 2.8
@@ -3808,7 +3808,7 @@ VxWorks will incorporate this module.)
 @html
 <hr />
 @end html
-@heading @anchor{x86_64-x-x}x86_64-*-*, amd64-*-*
+@heading @anchor{x86-64-x-x}x86_64-*-*, amd64-*-*
 
 GCC supports the x86-64 architecture implemented by the AMD64 processor
 (amd64-*-* is an alias for x86_64-*-*) on GNU/Linux, FreeBSD and NetBSD@.
@@ -3921,7 +3921,7 @@ current GCC) is to be found in the GCC t
 @html
 <hr />
 @end html
-@heading @anchor{elf_targets}all ELF targets (SVR4, Solaris 2, etc.)
+@heading @anchor{elf}all ELF targets (SVR4, Solaris 2, etc.)
 
 C++ support is significantly better on ELF targets if you use the
 @uref{./configure.html#with-gnu-ld,,GNU linker}; duplicate copies of

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: i?86-*-sco3.2v5* / i?86-*-solaris2.10 / x86_64-*-*, amd64-*-*
  2005-05-01 13:47 ` Gerald Pfeifer
@ 2005-05-01 18:08   ` Gerald Pfeifer
  2005-05-01 19:27     ` Gerald Pfeifer
  0 siblings, 1 reply; 4+ messages in thread
From: Gerald Pfeifer @ 2005-05-01 18:08 UTC (permalink / raw)
  To: Dimitri Papadopoulos-Orfanos; +Cc: gcc, gcc-patches

On Sun, 1 May 2005, Gerald Pfeifer wrote:
> Thanks for the clear report, Dimitri.  I just installed the following
> change to mainline (which will become GCC 4.1) and will shortly do the
> same on the 4.0 branch.

This is the variant of the patch I applied on the 4.0 branch.

Gerald

2005-05-01  Gerald Pfeifer  <gerald@pfeifer.com>

	* doc/install.texi (Specific): Omit dots in the @anchors names
	for i?86-*-sco3.2v5* and sparc-sun-solaris2.7.
	Omit underscores for x86_64-*-* and the "all ELF targets" entry.

Index: doc/install.texi
===================================================================
RCS file: /cvs/gcc/gcc/gcc/doc/install.texi,v
retrieving revision 1.248.4.33
diff -u -3 -p -r1.248.4.33 install.texi
--- doc/install.texi	30 Mar 2005 07:42:31 -0000	1.248.4.33
+++ doc/install.texi	1 May 2005 17:56:59 -0000
@@ -2156,7 +2156,7 @@ GNU Compiler Collection on your machine.
 @item
 @uref{#ix86-*-linux*,,i?86-*-linux*}
 @item
-@uref{#ix86-*-sco3.2v5*,,i?86-*-sco3.2v5*}
+@uref{#ix86-*-sco32v5*,,i?86-*-sco3.2v5*}
 @item
 @uref{#ix86-*-udk,,i?86-*-udk}
 @item
@@ -2218,7 +2218,7 @@ GNU Compiler Collection on your machine.
 @item
 @uref{#sparc-sun-solaris2*,,sparc-sun-solaris2*}
 @item
-@uref{#sparc-sun-solaris2.7,,sparc-sun-solaris2.7}
+@uref{#sparc-sun-solaris27,,sparc-sun-solaris2.7}
 @item
 @uref{#sparc-*-linux*,,sparc-*-linux*}
 @item
@@ -2232,7 +2232,7 @@ GNU Compiler Collection on your machine.
 @item
 @uref{#*-*-vxworks*,,*-*-vxworks*}
 @item
-@uref{#x86_64-*-*,,x86_64-*-*, amd64-*-*}
+@uref{#x86-64-*-*,,x86_64-*-*, amd64-*-*}
 @item
 @uref{#xtensa-*-elf,,xtensa-*-elf}
 @item
@@ -2247,7 +2247,7 @@ GNU Compiler Collection on your machine.
 
 @itemize
 @item
-@uref{#elf_targets,,all ELF targets} (SVR4, Solaris 2, etc.)
+@uref{#elf,,all ELF targets} (SVR4, Solaris 2, etc.)
 @end itemize
 @end ifhtml
 
@@ -2840,7 +2840,7 @@ This will be fixed in future releases of
 @html
 <hr />
 @end html
-@heading @anchor{ix86-*-sco3.2v5*}i?86-*-sco3.2v5*
+@heading @anchor{ix86-*-sco32v5*}i?86-*-sco3.2v5*
 Use this for the SCO OpenServer Release 5 family of operating systems.
 
 Unlike earlier versions of GCC, the ability to generate COFF with this
@@ -3565,7 +3565,7 @@ plain @option{-g}.
 @html
 <hr />
 @end html
-@heading @anchor{sparc-sun-solaris2.7}sparc-sun-solaris2.7
+@heading @anchor{sparc-sun-solaris27}sparc-sun-solaris2.7
 
 Sun patch 107058-01 (1999-01-13) for Solaris 7/SPARC triggers a bug in
 the dynamic linker.  This problem (Sun bug 4210064) affects GCC 2.8
@@ -3724,7 +3724,7 @@ VxWorks will incorporate this module.)
 @html
 <hr />
 @end html
-@heading @anchor{x86_64-*-*}x86_64-*-*, amd64-*-*
+@heading @anchor{x86-64-*-*}x86_64-*-*, amd64-*-*
 
 GCC supports the x86-64 architecture implemented by the AMD64 processor
 (amd64-*-* is an alias for x86_64-*-*) on GNU/Linux, FreeBSD and NetBSD.
@@ -3837,7 +3837,7 @@ current GCC) is to be found in the GCC t
 @html
 <hr />
 @end html
-@heading @anchor{elf_targets}all ELF targets (SVR4, Solaris 2, etc.)
+@heading @anchor{elf}all ELF targets (SVR4, Solaris 2, etc.)
 
 C++ support is significantly better on ELF targets if you use the
 @uref{./configure.html#with-gnu-ld,,GNU linker}; duplicate copies of

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: i?86-*-sco3.2v5* / i?86-*-solaris2.10 / x86_64-*-*, amd64-*-*
  2005-05-01 18:08   ` Gerald Pfeifer
@ 2005-05-01 19:27     ` Gerald Pfeifer
  0 siblings, 0 replies; 4+ messages in thread
From: Gerald Pfeifer @ 2005-05-01 19:27 UTC (permalink / raw)
  To: Dimitri Papadopoulos-Orfanos; +Cc: gcc, gcc-patches

On Sun, 1 May 2005, Gerald Pfeifer wrote:
> This is the variant of the patch I applied on the 4.0 branch.

Sorry, that was a typo: for the 4.0 branch I used exactly the same
version as for mainline.  This slightly different patch is what I
applied on the 3.4 branch.

> 2005-05-01  Gerald Pfeifer  <gerald@pfeifer.com>
> 
> 	* doc/install.texi (Specific): Omit dots in the @anchors names
> 	for i?86-*-sco3.2v5* and sparc-sun-solaris2.7.
> 	Omit underscores for x86_64-*-* and the "all ELF targets" entry.

Gerald

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2005-05-01 19:27 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-04-29 14:19 i?86-*-sco3.2v5* / i?86-*-solaris2.10 / x86_64-*-*, amd64-*-* Dimitri Papadopoulos-Orfanos
2005-05-01 13:47 ` Gerald Pfeifer
2005-05-01 18:08   ` Gerald Pfeifer
2005-05-01 19:27     ` Gerald Pfeifer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).