Re: install path in libgcc Makefile.in

2008-10-13 Thread Zhang Le
On 04:19 Mon 13 Oct , Eus wrote: > Hi Ho! > > On Saturday, October 11, 2008, "Zhang Le" <[EMAIL PROTECTED]> wrote: > > > Hi, > > > > Another problem when cross building the native mips compiler. > > I.e. build=x86, host=target=mipsel > > I have done some search, but haven't found any related

Re: install path in libgcc Makefile.in

2008-10-13 Thread Eus
Hi Ho! On Saturday, October 11, 2008, "Zhang Le" <[EMAIL PROTECTED]> wrote: > Hi, > > Another problem when cross building the native mips compiler. > I.e. build=x86, host=target=mipsel > I have done some search, but haven't found any related discussion. Please have a look at: http://gcc.gnu.org

Re: install path in libgcc Makefile.in

2008-10-12 Thread Zhang Le
On 17:36 Sat 11 Oct , Daniel Jacobowitz wrote: > > The patch is included. > > If you've tested it, send it to gcc-patches. I will test in 3 cases: build = host = target build = host != target build != host = target Now the first two are finished. I am using the compiler get in step to run ca

Re: install path in libgcc Makefile.in

2008-10-11 Thread Daniel Jacobowitz
On Sun, Oct 12, 2008 at 03:13:47AM +0800, Zhang Le wrote: > On 00:06 Sat 11 Oct , Daniel Jacobowitz wrote: > > > If this is ok, I will post a little patch. > > > > That sounds fine, but the whole process is trouble. > > Would you explain why it is trouble? Thanks! For instance, libgcc and li

Re: install path in libgcc Makefile.in

2008-10-11 Thread Zhang Le
On 00:06 Sat 11 Oct , Daniel Jacobowitz wrote: > > If this is ok, I will post a little patch. > > That sounds fine, but the whole process is trouble. Would you explain why it is trouble? Thanks! The patch is included. Zhang Le diff --git a/libgcc/ChangeLog b/libgcc/ChangeLog index 5fc628b..

Re: install path in libgcc Makefile.in

2008-10-10 Thread Daniel Jacobowitz
On Sat, Oct 11, 2008 at 03:17:31AM +0800, Zhang Le wrote: > Hi, > > Another problem when cross building the native mips compiler. > I.e. build=x86, host=target=mipsel > I have done some search, but haven't found any related discussion. > > The install path of libgcc contains gcc version. > Curren

install path in libgcc Makefile.in

2008-10-10 Thread Zhang Le
Hi, Another problem when cross building the native mips compiler. I.e. build=x86, host=target=mipsel I have done some search, but haven't found any related discussion. The install path of libgcc contains gcc version. Currently in libgcc/Makefile.in, gcc version is get like this: version := $(sh