On Tue, Jun 2, 2015 at 1:06 PM, Trevor Saunders wrote:
> On Tue, Jun 02, 2015 at 10:31:53AM +0200, Richard Biener wrote:
>> On Mon, Jun 1, 2015 at 11:04 PM, David Malcolm wrote:
>> > This patch adds the ability for gcc to be configured with:
>> > --with-embedded-as
>> > --with-embedded-ld
>>
On Tue, Jun 02, 2015 at 10:31:53AM +0200, Richard Biener wrote:
> On Mon, Jun 1, 2015 at 11:04 PM, David Malcolm wrote:
> > This patch adds the ability for gcc to be configured with:
> > --with-embedded-as
> > --with-embedded-ld
> > If so, invocations of "as" and "ld" are detected in the gcc d
On Mon, Jun 1, 2015 at 11:04 PM, David Malcolm wrote:
> This patch adds the ability for gcc to be configured with:
> --with-embedded-as
> --with-embedded-ld
> If so, invocations of "as" and "ld" are detected in the gcc driver, and
> specialcased by invoking these in-process as shared libraries
This patch adds the ability for gcc to be configured with:
--with-embedded-as
--with-embedded-ld
If so, invocations of "as" and "ld" are detected in the gcc driver, and
specialcased by invoking these in-process as shared libraries. This is
intended for use by libgccjit, when the driver itself