Install the gcc/jit header files without the x bit set. Ok for the trunk and the 5 branch?
Matthias gcc/jit/ 2015-06-09 Matthias Klose <d...@ubuntu.com> * Make-lang.in (jit.install-common): Install headers using INSTALL_DATA. Index: gcc/jit/Make-lang.in =================================================================== --- gcc/jit/Make-lang.in (revision 224282) +++ gcc/jit/Make-lang.in (working copy) @@ -268,9 +268,9 @@ ln -sf \ $(LIBGCCJIT_SONAME_SYMLINK)\ $(DESTDIR)/$(libdir)/$(LIBGCCJIT_LINKER_NAME_SYMLINK) - $(INSTALL_PROGRAM) $(srcdir)/jit/libgccjit.h \ + $(INSTALL_DATA) $(srcdir)/jit/libgccjit.h \ $(DESTDIR)/$(includedir)/libgccjit.h - $(INSTALL_PROGRAM) $(srcdir)/jit/libgccjit++.h \ + $(INSTALL_DATA) $(srcdir)/jit/libgccjit++.h \ $(DESTDIR)/$(includedir)/libgccjit++.h jit.install-man: