diff options
author | Carlos O'Donell <carlos@redhat.com> | 2013-03-12 21:25:40 -0400 |
---|---|---|
committer | Carlos O'Donell <carlos@redhat.com> | 2013-03-12 21:33:38 -0400 |
commit | e98cdb38ee2dfd6ea9dc0fc07b5fa56421387964 (patch) | |
tree | 440c0719c4d86dcd037ddb06612c3e3f62829e17 /manual/install.texi | |
parent | 4f510e3aeeeb3fd974a12a71789fa9c63ab8c6dd (diff) | |
download | glibc-e98cdb38ee2dfd6ea9dc0fc07b5fa56421387964.zip glibc-e98cdb38ee2dfd6ea9dc0fc07b5fa56421387964.tar.gz glibc-e98cdb38ee2dfd6ea9dc0fc07b5fa56421387964.tar.bz2 |
Remove mention of i386-pc-linux-gnu.
The GNU C Library does not support building for i386
therefore we remove mention of this configuration
from the INSTALL file.
Diffstat (limited to 'manual/install.texi')
-rw-r--r-- | manual/install.texi | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/manual/install.texi b/manual/install.texi index e36fb05..e6c1baf 100644 --- a/manual/install.texi +++ b/manual/install.texi @@ -172,10 +172,10 @@ the compiler and/or binutils. If you only specify @samp{--host}, @code{configure} will prepare for a native compile but use what you specify instead of guessing what your system is. This is most useful to change the CPU submodel. For example, -if @code{configure} guesses your machine as @code{i586-pc-linux-gnu} but -you want to compile a library for 386es, give -@samp{--host=i386-pc-linux-gnu} or just @samp{--host=i386-linux} and add -the appropriate compiler flags (@samp{-mcpu=i386} will do the trick) to +if @code{configure} guesses your machine as @code{i686-pc-linux-gnu} but +you want to compile a library for 586es, give +@samp{--host=i586-pc-linux-gnu} or just @samp{--host=i586-linux} and add +the appropriate compiler flags (@samp{-mcpu=i586} will do the trick) to @var{CFLAGS}. If you specify just @samp{--build}, @code{configure} will get confused. |