Re: Simple install hook

2014-02-24 Thread David Malcolm
On Wed, 2014-02-12 at 09:53 +, Philip Herron wrote: > On 12 February 2014 00:52, David Malcolm wrote: > > On Tue, 2014-02-11 at 16:51 +, Philip Herron wrote: > > [adding the j...@gcc.gnu.org ML to the CC] > > > >> Added install hook: > > > > Thanks! > > > > I don't know that this is needed

Re: Simple install hook

2014-02-12 Thread Philip Herron
On 12 February 2014 00:52, David Malcolm wrote: > On Tue, 2014-02-11 at 16:51 +, Philip Herron wrote: > [adding the j...@gcc.gnu.org ML to the CC] > >> Added install hook: > > Thanks! > > I don't know that this is needed for a 3-line patch, but have you done > the copyright assignment paperwor

Re: Simple install hook

2014-02-11 Thread David Malcolm
On Tue, 2014-02-11 at 16:51 +, Philip Herron wrote: [adding the j...@gcc.gnu.org ML to the CC] > Added install hook: Thanks! I don't know that this is needed for a 3-line patch, but have you done the copyright assignment paperwork for GCC contribution? (I hope to merge my branch into gcc tr

Simple install hook

2014-02-11 Thread Philip Herron
Added install hook: /opt/gjit/bin/gcc -g -O2 -Wall t.c -o test -I/opt/gjit/include -lgccjit -L/opt/gjit/lib Compiles the helloworld examples correctly and it runs instead of pointing to my gcc build dir. Am working on getting more involved with this and started: https://github.com/redbrain/spy