This is the mail archive of the java-patches@gcc.gnu.org mailing list for the Java 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] Don't link ecj1 against libgcj.so.* (PR libgcj/38396)


Paolo Bonzini wrote:
>> No.  It's in conflict with the patch that I already wrote and posted
>> to the list, and I'm about to commit.
> 
> In your patch you need to change -Wl,-L$(here)/.libs,-lgcj to
> -Wl,-L$(here)/.libs,-L$(here)/_libs,-lgcj to support OSes where the
> libtool internal directory is _libs (BTW maybe
> -Wl,-L.libs,-L_libs,-Wl,-lgcj works too?).

Which of those OSes support libgcj_bc.so?  None, I think.

Despite my crossness about how this happened, I'm tempted to accept
Jakub's patch because it's less intrusive than mine.

Andrew.


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