On Thu, Feb 19, 2015 at 12:37:10 +0100, Thomas Schwinge wrote:
> On Fri, 26 Sep 2014 16:36:21 +0400, Ilya Verbin <iver...@gmail.com> wrote:
> > gcc/
> >     * Makefile.in
> 
> >     (install-cpp, install-common, install_driver, install-gcc-ar): Do not
> >     install for the offload compiler.
> 
> > gcc/cp/
> >     * Make-lang.in (c++.install-common): Do not install for the offload
> >     compiler.
> > gcc/fortran/
> >     * Make-lang.in (fortran.install-common): Do not install for the offload
> >     compiler.
> 
> Hmm, shouldn't that be done for all gcc/*/Make-lang.in?  If I understand
> correctly, if the language is enabled,
> gcc/java/Make-lang.in:java.install-common would currently still install
> *-gcj, and similar for gcc/go/Make-lang.in:go.install-common,
> gcc/ada/gcc-interface/Make-lang.in:ada.install-common,
> gcc/jit/Make-lang.in:jit.install-common.

I assumed that nobody would build an offloading compiler with --enable-languages
other than c,c++,fortran[,lto].

  -- Ilya

Reply via email to