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: embedded target fixes


Anthony Green wrote:

>There are four changes in here.
>
>The DISABLE_MAIN_ARGS change was approved in November, but not checked
>in.
>
>The AC_COMPILE_CHECK_SIZEOF patch is new.  This is what I did in
>libffi as well.
>
>The HAVE_OPENDIR patch is new, and is required for newlib targets.
>
>The last change (ECOS) fixes something that broke when this part of
>the configure file was rewritten.
>
>Ok?
>
>
>2002-02-06  Anthony Green  <green@redhat.com>
>
>	* include/config.h.in: Rebuilt.
>	* acconfig.h: Add DISABLE_MAIN_ARGS.
>	* prims.cc (_Jv_RunMain): Use DISABLE_MAIN_ARGS.
>	* configure: Rebuilt.
>	* configure.in: Add --disable-main-args option.  Test for
>          opendir function.  Replace AC_CHECK_SIZEOF with
>          AC_COMPILE_CHECK_SIZEOF.  Determine ECOS from PROCESS, which
>	  is set in configure.host.
>	* java/io/natFile.cc (performList): Check HAVE_OPENDIR.
>	* aclocal.m4: Rebuilt.
>	* acinclude.m4: Add AC_COMPILE_CHECK_SIZEOF.
>

These look fine. Thanks.

Bryce.




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