RFC: Moving native code in java.net into architecture dependant files - updated patch

Michael Koch konqueror@gmx.de
Tue Mar 18 08:22:00 GMT 2003


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Am Dienstag, 18. März 2003 08:53 schrieb Mohan Embar:

> - Here, you seem to want to disable the net code if we are doing a
> non-native build:
>
>        GCJ="${target_alias}-gcj"
>     fi
>     NATIVE=no
> +   PLATFORMNET=NoNet
>  else
>     AC_CHECK_FUNCS(strerror ioctl select fstat open fsync sleep
> opendir)

Does this PLATFORMNET=NoNet have to be removed for someone ? mingw 
users or so ?

> - Given that Tom said that we will need to continue supporting
> net-less code:
>
>   http://gcc.gnu.org/ml/java-patches/2003-q1/msg00788.html
>
>   ...I think we would need a line in configure.in that looks
> something like this:
>
>   if test "$enable_java_net" = no; then
>      PLATFORMNET=NoNet
>   fi
>
>   This would disable the net code regardless of platform if they
> chose --disable-java-net.

Do we really need this ? I thought we only need it for newlib users ? 
Of course we can add an AC_ENABLE(java-net,...) if needed later.


Michael
- -- 
Homepage: http://www.worldforge.org/
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.1 (GNU/Linux)

iD8DBQE+dtcHWSOgCCdjSDsRAu0iAKCWveZ5/XqXEubI5yYy06mEwKywIQCfQp8S
Dp+yruO/cw1mUIuEaa6x0cs=
=vVwx
-----END PGP SIGNATURE-----



More information about the Java-patches mailing list