May I import the current config?

H . J . Lu hjl@lucon.org
Wed Jan 16 09:19:00 GMT 2002


On Wed, Jan 16, 2002 at 02:47:16PM +0100, Brian Murphy wrote:
> 
> > If you have some spare mips machines and want to help, you can check
> > out the gcc main trunk from CVS:
> > 
> > http://gcc.gnu.org/
> > 
> > You can build/check it and send in the test result. It has to be done
> > continuously since any checkin can break gcc on Linux/mips. You can
> > also check out glibc from CVS:
> > 
> > http://sources.redhat.com
> > 
> > and build/check it. The failed glibc tests should be sent to the glibc
> > mailing list.
> > 
> > H.J.
> config.guess gives this:
> 
> ./config.guess: unable to guess system type
> 

May I import the current config into gcc?

> This script, last modified 2001-10-05, has failed to recognize
> the operating system you are using. It is advised that you
> download the most up to date version of the config scripts from
> 
>     ftp://ftp.gnu.org/pub/gnu/config/
> 
> If the version you run (./config.guess) is already up to date, please
> send the following data and any information you think might be
> pertinent to <config-patches@gnu.org> in order to provide the needed
> information to handle your system.
> 
> config.guess timestamp = 2001-10-05
> 
> uname -m = mips
> uname -r = 2.4.17
> uname -s = Linux
> uname -v = #27 Wed Jan 16 12:45:15 CET 2002
> 
> /usr/bin/uname -p = 
> /bin/uname -X     = 
> 
> hostinfo               = 
> /bin/universe          = 
> /usr/bin/arch -k       = 
> /bin/arch              = mips
> /usr/bin/oslevel       = 
> /usr/convex/getsysinfo = 
> 
> UNAME_MACHINE = mips
> UNAME_RELEASE = 2.4.17
> UNAME_SYSTEM  = Linux
> UNAME_VERSION = #27 Wed Jan 16 12:45:15 CET 2002
> Config.guess failed to determine the host type.  You need to specify
> one.
> 
> so now I am running ./configure --host=mipsel-linux && make
> 

You should use "make bootstrap".


H.J.



More information about the Gcc-patches mailing list