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]

Re: autoconf 2.50 updates - libjava


>>>>> "Zack" == Zack Weinberg <zackw@Stanford.EDU> writes:

Zack> There's a new macro called AC_NO_EXECUTABLES that does the
Zack> equivalent of that, but it also causes any use of AC_TRY_LINK or
Zack> AC_TRY_RUN to be rejected when autoconf runs.

I see an AC_TRY_LINK in libjava/configure.in but not in boehm-gc,
libffi, or zlib.

The one I see is this:

AC_TRY_LINK([extern int data_start;], [return ((int) &data_start);],
  [AC_MSG_RESULT(found it)],
  [LIBDATASTARTSPEC="-u data_start libgcjdata.a%s"
   NEEDS_DATA_START=yes	
   AC_MSG_RESULT(missing)])

Anthony, why did we need this?

Tom


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