This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: Patch: embedded target fixes
- From: Bryce McKinlay <bryce at waitaki dot otago dot ac dot nz>
- To: Anthony Green <green at cygnus dot com>
- Cc: java-patches at gcc dot gnu dot org
- Date: Thu, 07 Feb 2002 14:23:37 +1300
- Subject: Re: Patch: embedded target fixes
- References: <200202061528.HAA21694@makita.cygnus.com>
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.