Re: [PATCH 2/5] gcc: configure and Makefile changes needed by jit

2014-10-15 Thread David Malcolm
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: > >>> * configure.ac (gcc_version): Expose this value for use via > >>> AC_SUBST,

Re: [PATCH 2/5] gcc: configure and Makefile changes needed by jit

2014-10-15 Thread Jeff Law
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: * configure.ac (gcc_version): Expose this value for use via AC_SUBST, since the jit code needs it within the new file libgccj

Re: [PATCH 2/5] gcc: configure and Makefile changes needed by jit

2014-10-15 Thread Joseph S. Myers
On Wed, 15 Oct 2014, David Malcolm wrote: > As for the "bindir" in site.exp, Joseph asked me when the library > invokes a driver to convert from .s to .so to: > > On Tue, 2014-09-23 at 23:27 +, Joseph S. Myers wrote: > > * use the $(target_noncanonical)-gcc-$(version) name for the > > driver

Re: [PATCH 2/5] gcc: configure and Makefile changes needed by jit

2014-10-15 Thread David Malcolm
On Wed, 2014-10-15 at 11:36 -0600, Jeff Law wrote: > On 10/13/14 11:45, David Malcolm wrote: > > gcc/ChangeLog: > > * configure.ac (gcc_version): Expose this value for use via > > AC_SUBST, since the jit code needs it within the new file > > libgccjit.pc.in. > > (doc_build_sys): New

Re: [PATCH 2/5] gcc: configure and Makefile changes needed by jit

2014-10-15 Thread Jeff Law
On 10/13/14 11:45, David Malcolm wrote: gcc/ChangeLog: * configure.ac (gcc_version): Expose this value for use via AC_SUBST, since the jit code needs it within the new file libgccjit.pc.in. (doc_build_sys): New variable, set to "sphinx" if sphinx is install

[PATCH 2/5] gcc: configure and Makefile changes needed by jit

2014-10-13 Thread David Malcolm
gcc/ChangeLog: * configure.ac (gcc_version): Expose this value for use via AC_SUBST, since the jit code needs it within the new file libgccjit.pc.in. (doc_build_sys): New variable, set to "sphinx" if sphinx is installed, falling back to "texinfo" otherwise.