Re: [PATCH 3/4][PR 71931] Fix libitm tests

2016-09-06 Thread Mike Stump
On Sep 6, 2016, at 11:13 AM, Szabolcs Nagy wrote: > > On 06/09/16 18:34, Mike Stump wrote: >> On Sep 6, 2016, at 2:11 AM, Torvald Riegel wrote: >>> >>> On Wed, 2016-08-24 at 20:08 +0100, Szabolcs Nagy wrote: Pass build time CC make var down to dejagnu so the sysroot is set correctly w

Re: [PATCH 3/4][PR 71931] Fix libitm tests

2016-09-06 Thread Szabolcs Nagy
On 06/09/16 18:34, Mike Stump wrote: > On Sep 6, 2016, at 2:11 AM, Torvald Riegel wrote: >> >> On Wed, 2016-08-24 at 20:08 +0100, Szabolcs Nagy wrote: >>> Pass build time CC make var down to dejagnu so the sysroot >>> is set correctly when gcc is built with --with-build-sysroot. >>> >>> libitm/ >>

Re: [PATCH 3/4][PR 71931] Fix libitm tests

2016-09-06 Thread Mike Stump
On Sep 6, 2016, at 2:11 AM, Torvald Riegel wrote: > > On Wed, 2016-08-24 at 20:08 +0100, Szabolcs Nagy wrote: >> Pass build time CC make var down to dejagnu so the sysroot >> is set correctly when gcc is built with --with-build-sysroot. >> >> libitm/ >> 2016-08-24 Szabolcs Nagy >> >> PR

Re: [PATCH 3/4][PR 71931] Fix libitm tests

2016-09-06 Thread Torvald Riegel
On Wed, 2016-08-24 at 20:08 +0100, Szabolcs Nagy wrote: > Pass build time CC make var down to dejagnu so the sysroot > is set correctly when gcc is built with --with-build-sysroot. > > libitm/ > 2016-08-24 Szabolcs Nagy > > PR testsuite/71931 > * configure.ac: Add AC_CONFIG_FILES.

[PATCH 3/4][PR 71931] Fix libitm tests

2016-08-24 Thread Szabolcs Nagy
Pass build time CC make var down to dejagnu so the sysroot is set correctly when gcc is built with --with-build-sysroot. libitm/ 2016-08-24 Szabolcs Nagy PR testsuite/71931 * configure.ac: Add AC_CONFIG_FILES. * configure: Regenerated. * testuite/Makefile.am: Ad