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: libjava: Support --enable-version-specific-runtime-libs.


>>>>> "Andreas" == Andreas Jaeger <aj@suse.de> writes:

Andreas> The appended patch adds support for
Andreas> --enable-version-specific-runtime-libs to libjava.

Do you have a pointer to the discussion of this feature?  I read the
explanation in install.texi, and I don't really see why the user can't
just make a new --prefix for this case.  But I'd like to read the
original discussion instead of going over the arguments again...

Andreas> +AC_MSG_CHECKING([for --enable-version-specific-runtime-libs])

Do we really need this?  This isn't really an ordinary configure
check.

Andreas> +# Process the option "--enable-version-specific-runtime-libs"
Andreas> +gcc_version_trigger=${srcdir}/../gcc/version.c

Is this correct for multilibs when srcdir==objdir?
I think you need $libgcj_basedir/../gcc/version.c here.
See the comments in LIBGCJ_CONFIGURE in acinclude.m4.

Otherwise this looks fine.
BTW does it need a tweak for header file installation?

Tom


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