diff options
author | gerald <gerald@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-12-31 10:39:27 +0000 |
---|---|---|
committer | gerald <gerald@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-12-31 10:39:27 +0000 |
commit | 05164521e73b382cf40fbdb096b46b2a5dca0bd2 (patch) | |
tree | 3181a926fb1d8f49b414f3e0caeb16dd88d17a5f /gcc | |
parent | 83eac25b1b248f7f75cdaf2877c41e4a17914a0d (diff) | |
download | gcc-05164521e73b382cf40fbdb096b46b2a5dca0bd2.tar.gz |
* doc/install.texi (Configuration): Explicitly refer
gcc/config.gcc for a list of cpu models.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@60684 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/doc/install.texi | 4 |
2 files changed, 7 insertions, 2 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index c70b858e0d5..3f7916b7a28 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2002-12-31 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at> + + * doc/install.texi (Configuration): Explicitly refer + gcc/config.gcc for a list of cpu models. + 2002-12-31 Kazu Hirata <kazu@cs.umass.edu> * config/h8300/h8300.h: Fix comment typos. diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi index b0d12d1d72b..484732bbe1c 100644 --- a/gcc/doc/install.texi +++ b/gcc/doc/install.texi @@ -716,8 +716,8 @@ Specify which cpu variant the 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 configure script -for a complete list of supported models. +603e, or ultrasparc) you provide, please check the +@command{gcc/config.gcc} script for a complete list of supported models. @item --enable-altivec Specify that the target supports AltiVec vector enhancements. This |