From b15da5b700bc219aa7ffda7a6ccebefa566528ec Mon Sep 17 00:00:00 2001 From: Gerald Pfeifer Date: Fri, 3 Jan 2003 11:16:30 +0100 Subject: [PATCH] install.texi (Configuration): Fix markup for reference to gcc/config.gcc. * doc/install.texi (Configuration): Fix markup for reference to gcc/config.gcc. From-SVN: r60826 --- gcc/ChangeLog | 5 +++++ gcc/doc/install.texi | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 50d9be5..c12f379 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2003-01-03 Gerald Pfeifer + + * doc/install.texi (Configuration): Fix markup for reference to + gcc/config.gcc. + 2003-01-02 Kazu Hirata * config/h8300/h8300.md (*iorhi3_zext): Relax the condition. diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi index 8729f74..9a49f8e 100644 --- a/gcc/doc/install.texi +++ b/gcc/doc/install.texi @@ -717,7 +717,7 @@ compiler should generate code for by default. This is currently only supported on some ports, specifically arm, powerpc, and SPARC@. If configure does not recognize the model name (e.g.@: arm700, 603e, or ultrasparc) you provide, please check the -@command{gcc/config.gcc} script for a complete list of supported models. +@file{gcc/config.gcc} script for a complete list of supported models. @item --enable-altivec Specify that the target supports AltiVec vector enhancements. This -- 2.7.4