Re: MIPS Android patch

2012-08-09 Thread H.J. Lu
lows. >>> 1. mips-linux-gnu >>> 2. mips-linux-gnu --enable-targets=all >>> 3. mips64-linux-gnu >>> >>> These targets are affected by this MIPS Android patch. >>> >>> Then, I checked the output from "gcc -dumpspecs" before and

Re: MIPS Android patch

2012-08-09 Thread H.J. Lu
>> 3. mips64-linux-gnu >> >> These targets are affected by this MIPS Android patch. >> >> Then, I checked the output from "gcc -dumpspecs" before and after applying >> the patch. >> The specs have 6 places of differences for Android due to

RE: MIPS Android patch

2012-04-23 Thread Fu, Chao-Ying
Richard Sandiford wrote: > > Index: gcc/config/mips/gnu-user.h > > === > > --- gcc/config/mips/gnu-user.h (revision 186580) > > +++ gcc/config/mips/gnu-user.h (working copy) > > @@ -45,8 +45,10 @@ > > /* A standard GNU/Linu

Re: MIPS Android patch

2012-04-20 Thread Maxim Kuvyrkov
On 20/04/2012, at 1:34 PM, Fu, Chao-Ying wrote: > Hi Maxim, Richard, > > I built cross-toolchains for 3 different targets as follows. > 1. mips-linux-gnu > 2. mips-linux-gnu --enable-targets=all > 3. mips64-linux-gnu > > These targets are affected by this MIPS Andr

Re: MIPS Android patch

2012-04-20 Thread Richard Sandiford
"Fu, Chao-Ying" writes: > Index: gcc/config/mips/gnu-user.h > === > --- gcc/config/mips/gnu-user.h(revision 186580) > +++ gcc/config/mips/gnu-user.h(working copy) > @@ -45,8 +45,10 @@ > /* A standard GNU/Linux mapping

MIPS Android patch

2012-04-19 Thread Fu, Chao-Ying
Hi Maxim, Richard, I built cross-toolchains for 3 different targets as follows. 1. mips-linux-gnu 2. mips-linux-gnu --enable-targets=all 3. mips64-linux-gnu These targets are affected by this MIPS Android patch. Then, I checked the output from "gcc -dumpspecs" before and afte