Re: [google/main] Check for cross-compilers in validate_failures.py (issue5674087)

2012-02-17 Thread Diego Novillo
On Fri, Feb 17, 2012 at 18:17, Doug Kwan (關振德) wrote: > Should I submit toe trunk also, now that it is closed? Yes, that's fine. contrib/ is not release-critical. Diego.

Re: [google/main] Check for cross-compilers in validate_failures.py (issue5674087)

2012-02-17 Thread 關振德
Should I submit toe trunk also, now that it is closed? On Fri, Feb 17, 2012 at 4:52 AM, Diego Novillo wrote: > On 17/02/12 05:49 , Doug Kwan wrote: > >> 2012-02-17   Doug Kwan >> >>        * contrib/testsuite-management/validate_failures.py >>        (def GetMakefileValue): Check for cross compil

Re: [google/main] Check for cross-compilers in validate_failures.py (issue5674087)

2012-02-17 Thread Diego Novillo
On 17/02/12 05:49 , Doug Kwan wrote: 2012-02-17 Doug Kwan * contrib/testsuite-management/validate_failures.py (def GetMakefileValue): Check for cross compilers. OK. Thanks. Diego.

[google/main] Check for cross-compilers in validate_failures.py (issue5674087)

2012-02-17 Thread Doug Kwan
Hi Diego, This patch fixes a problem of the validate_failures.py script that it rejects cross compilers. I have tested it by running the script in the build directory of gcc configure for arm-unknown-linux-gnueabi. I also tested it on a native compiler for x86. This should go to both google/