diff options
author | Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at> | 2003-01-03 11:16:30 +0100 |
---|---|---|
committer | Gerald Pfeifer <gerald@gcc.gnu.org> | 2003-01-03 10:16:30 +0000 |
commit | b15da5b700bc219aa7ffda7a6ccebefa566528ec (patch) | |
tree | 0da676754ed2220e2c9db8cb6509dc2f867aaed1 | |
parent | d82f74dca1a79cdbca9d20cb85b4f2bb4581bc53 (diff) | |
download | gcc-b15da5b700bc219aa7ffda7a6ccebefa566528ec.zip gcc-b15da5b700bc219aa7ffda7a6ccebefa566528ec.tar.gz gcc-b15da5b700bc219aa7ffda7a6ccebefa566528ec.tar.bz2 |
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
-rw-r--r-- | gcc/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/doc/install.texi | 2 |
2 files changed, 6 insertions, 1 deletions
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 <pfeifer@dbai.tuwien.ac.at> + + * doc/install.texi (Configuration): Fix markup for reference to + gcc/config.gcc. + 2003-01-02 Kazu Hirata <kazu@cs.umass.edu> * 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 |