]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
doc: Remove redundant introduction of x86-64
authorGerald Pfeifer <gerald@pfeifer.com>
Tue, 11 Jun 2024 22:04:09 +0000 (00:04 +0200)
committerGerald Pfeifer <gerald@pfeifer.com>
Tue, 11 Jun 2024 22:04:09 +0000 (00:04 +0200)
The same sentence as in the x86_64-*-solaris2* section is in the
x86_64-*-* section directly above.

gcc:
PR target/69374
* doc/install.texi (Specific) <x86_64-*-solaris2*>: Remove
redundant introduction of x86-64.

gcc/doc/install.texi

index 2addafd2465736e838fd5c4e42edc34a3d5b9619..bc70318c0878312ec6884017be125f2ca7079aee 100644 (file)
@@ -5104,8 +5104,6 @@ both 64-bit x86-64 and 32-bit x86 code (via the @option{-m32} switch).
 @end html
 @anchor{x86-64-x-solaris2}
 @heading x86_64-*-solaris2*
-GCC also supports the x86-64 architecture implemented by the AMD64
-processor (@samp{amd64-*-*} is an alias for @samp{x86_64-*-*}).
 Unlike other systems, without special options a
 bi-arch compiler is built which generates 32-bit code by default, but
 can generate 64-bit x86-64 code with the @option{-m64} switch.  Since