diff options
author | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-05-05 23:18:02 +0000 |
---|---|---|
committer | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-05-05 23:18:02 +0000 |
commit | c5aa1e92211d8e1c3768a94c7a1fcf7e72e8cf80 (patch) | |
tree | 017db6c8be411c52ab98093e94dcce3c7ca3f029 /gcc/install.texi | |
parent | 870d7a364fabca1efd21f7b8a996934ab7f91805 (diff) | |
download | gcc-c5aa1e92211d8e1c3768a94c7a1fcf7e72e8cf80.tar.gz |
* Check in merge from gcc2. See ChangeLog.12 for details.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@19553 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/install.texi')
-rw-r--r-- | gcc/install.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/install.texi b/gcc/install.texi index ed9669eb159..dc48c420507 100644 --- a/gcc/install.texi +++ b/gcc/install.texi @@ -74,7 +74,7 @@ see @ref{Cross-Compiler}.) Here is an example: @smallexample -./configure --build=sparc-sun-sunos4.1 +./configure --host=sparc-sun-sunos4.1 @end smallexample A configuration name may be canonical or it may be more or less |