This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: 2 suggestions
On Thu, 14 Apr 2005, Gerald Pfeifer wrote:
> This patch accomplishes the goal to get rid of asterisks in @anchor
> names by
>
> - replacing components of a target triplet which read "*" by "x",
> - and omiting trailing asterisks from all other components.
>
> Tested by running doc/install.texi2html and selecting every single
> link in the directory of specific.html.
Applied now to mainline and the 4.0-branch with the following ChangeLog.
2005-04-16 Gerald Pfeifer <gerald@pfeifer.com>
* doc/install.texi (Specific): Avoid using asterisks in @anchor
names related to target triplets.
Remove i?86-*-esix from platform directory.
Remove powerpc-*-eabiaix from platform directory.
Gerald