From e98cdb38ee2dfd6ea9dc0fc07b5fa56421387964 Mon Sep 17 00:00:00 2001 From: Carlos O'Donell Date: Tue, 12 Mar 2013 21:25:40 -0400 Subject: 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. --- manual/install.texi | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'manual') diff --git a/manual/install.texi b/manual/install.texi index e36fb052ab..e6c1bafe67 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. -- cgit v1.2.3