Re: [patch] Make multi-sim.exp work with GCC test_installed script.

2016-03-14 Thread Ben Elliston
On Mon, Mar 14, 2016 at 12:19:14PM +, Matthew Fortune wrote: > Please can you revert ef5f4a8c and I'll follow up with fixes if > there are any further problems to solve. Done! Thanks, Ben signature.asc Description: Digital signature ___ DejaGnu m

Re: [patch] Make multi-sim.exp work with GCC test_installed script.

2016-03-14 Thread Matthew Fortune
Hi Ben, + if [info exists GCC_UNDER_TEST] then { +set compiler $GCC_UNDER_TEST + } else { This is the wrong approach for finding the compiler to use for the baseboard setup. There is an existing alternative. We already have the fragment below which means that the 'compiler' part of the boa

Re: [patch] Make multi-sim.exp work with GCC test_installed script.

2016-02-13 Thread Ben Elliston
On Fri, Mar 14, 2014 at 10:39:54AM -0700, Steve Ellcey wrote: > 2014-04-14 Steve Ellcey > > * baseboards/multi-sim.exp (dynamic_linker_flag): Check GCC_UNDER_TEST. > * baseboards/multi-sim.exp (rpath_flags): Ditto. Applied, thanks, Steve. I'm glad I waited two years to review th

[patch] Make multi-sim.exp work with GCC test_installed script.

2014-03-14 Thread Steve Ellcey
This is a proposed change to the multi-sim.exp baseboard to make it more useful when testing installed cross compilers. I wanted to use the contrib/test_installed script that comes with GCC to test an installed cross compiler using a simulator but ran into two problems. The first was that test_in