Re: A question about disabling -gtoggle in bootstrap run

2011-03-04 Thread Revital1 Eres
Hello, > > When configuring without --with-arch=armv7-a and using -mthumb flag > > thumb-1 is been tested. > > I don't understand "using -mthumb" . Are you manually adding -mthumb > to your boot C flags ? Yes, I'm using: make bootstrap BOOT_CFLAGS="-O2 -fmodulo-sched -fmodulo-sched-allow-regmov

Re: A question about disabling -gtoggle in bootstrap run

2011-03-04 Thread Ramana Radhakrishnan
Hi Revital, On 4 March 2011 15:46, Revital1 Eres wrote: > Hello Ramana, > > >> I've always seen this turned on when bootstrapping FSF trunk with no > special >> configuration options. > > You are correct, sorry for the confusion. I checked again and it is indeed > turned on also with  --with-arch

Re: A question about disabling -gtoggle in bootstrap run

2011-03-04 Thread Revital1 Eres
Hello Ramana, > I've always seen this turned on when bootstrapping FSF trunk with no special > configuration options. You are correct, sorry for the confusion. I checked again and it is indeed turned on also with --with-arch=armv7-a. When configuring without --with-arch=armv7-a and using -mthum

Re: A question about disabling -gtoggle in bootstrap run

2011-03-04 Thread Revital1 Eres
Hello Again, > I presume this is FSF trunk you are referring to here. I thought this was > now turned on by default precisely to catch such issues with debug info early. > > I've always seen this turned on when bootstrapping FSF trunk with no special > configuration options. btw, is there a way t

Re: A question about disabling -gtoggle in bootstrap run

2011-03-04 Thread Revital1 Eres
Hello, > I presume this is FSF trunk you are referring to here. I thought this was > now turned on by default precisely to catch such issues with debug info early. Yes, I'm testing FSF trunk. Thanks, Revital > > I've always seen this turned on when bootstrapping FSF trunk with no special > con

Re: A question about disabling -gtoggle in bootstrap run

2011-03-04 Thread Ramana Radhakrishnan
> OK, thanks for your answer. I'll try to see how to resolve it. > btw, when configuring with --with-arch=armv7-a -gtoggle is > *not* been used in the bootstrap stages (2 nor 3) I presume this is FSF trunk you are referring to here. I thought this was now turned on by default precisely to catch su

Re: A question about disabling -gtoggle in bootstrap run

2011-03-04 Thread Revital1 Eres
Hello, > > > > I am looking for a way to disable '-gtoggle' flag in the run of stage 2 in > > bootstrap; when > > configuring ARM with (*). > > The flag seems to be applied in stage 2 but not in stage 3 which seems to > > cause bootstrap failure when > > testing SMS as in stage 2 SMS fails because

Re: A question about disabling -gtoggle in bootstrap run

2011-03-04 Thread Richard Earnshaw
On Fri, 2011-03-04 at 15:33 +0200, Revital1 Eres wrote: > Hello, > > I am looking for a way to disable '-gtoggle' flag in the run of stage 2 in > bootstrap; when > configuring ARM with (*). > The flag seems to be applied in stage 2 but not in stage 3 which seems to > cause bootstrap failure when