This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
RE: os.arch and os.name is incorrect
- From: Øyvind Harboe <oyvind dot harboe at zylin dot com>
- To: "Ranjit Mathew" <rmathew at hotmail dot com>,<java at gcc dot gnu dot org>
- Date: Sun, 16 Feb 2003 18:50:28 +0100
- Subject: RE: os.arch and os.name is incorrect
> I just submitted a small patch to make "os.arch" more
> consistent with Sun's JDK as pointed by Oyvind:
Thanks!
Do I understand correctly w.r.t. what happens from here?
- The patch will now be reviewed, accepted or rejected
- committed to CVS
- http://www.thisiscool.com/gcc33_mingw.htm updated overnight
automatically
?
>However, at least in my tests "os.name" is being
>returned in the same manner as Sun's JDK - I've
>tested on Win98 and Win2K. Oyvind, where are you
>seeing the difference in that?
I don't remember the details, but previously the "gcj -Os"
option would change the os.name/arch; which is no longer
important since gcc 3.3 fixes it.
I believe os.name is now correct for Windows.
Øyvind