This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] Install libjava binaries only for primary multilib (PR libgcj/33764)


Jakub Jelinek wrote:

> make install in libjava installs binaries from all multilib
> builds into the same --bindir, so it is just a matter of timing
> which ABI wins.  The following patch only installs the binaries
> for the primary multilib, for all other multilibs they
> are just noinst_PROGRAMS (built and used during the build and make check,
> but not installed).
> Tested on x86_64-linux, ok for trunk?

Yes, I'm sure that's right.

Andrew.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]