This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: [BC] Patch: Cached class map
Andrew Pinski writes:
>
> On Oct 28, 2004, at 1:51 PM, Andrew Haley wrote:
>
> > + jv_dbtool_LDFLAGS = --main=jv_dbtool \
> > + -rpath $(toolexeclibdir) -shared-libgcc $(THREADLDFLAGS)
> > + jv_dbtool_LINK = $(GCJLINK)
>
> Darwin does not support -rpath at all (unless libtool removes it
> which I don't know if it does).
This isn't any diffeent from the other tools. They're all made this
way. So, removing -rpath from the tools build should be a separate
discussion from this particular tool.
Andrew.