Re: [PATCH] Avoid the need to install when running the jit testsuite

2014-10-17 Thread Joseph S. Myers
On Fri, 17 Oct 2014, David Malcolm wrote: > +# This symlink makes the full installation name of the driver be available > +# from within the *build* directory, for use when running the JIT library > +# from there (e.g. when running its testsuite). > +$(FULL_DRIVER_NAME): ./xgcc > + $(LN) -s $<

[PATCH] Avoid the need to install when running the jit testsuite

2014-10-17 Thread David Malcolm
On Wed, 2014-10-15 at 17:29 -0400, David Malcolm wrote: > On Wed, 2014-10-15 at 14:51 -0600, Jeff Law wrote: > > On 10/15/14 12:25, David Malcolm wrote: > > > On Wed, 2014-10-15 at 11:36 -0600, Jeff Law wrote: > > >> On 10/13/14 11:45, David Malcolm wrote: > > >>> gcc/ChangeLog: > > >>> * c