diff options
| -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 |
