This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: patch jni.exp for darwin dylibs
- From: Tom Tromey <tromey at redhat dot com>
- To: Andreas Tobler <toa at pop dot agri dot ch>
- Cc: Java Patch List <java-patches at gcc dot gnu dot org>
- Date: 21 Mar 2003 13:18:22 -0700
- Subject: Re: patch jni.exp for darwin dylibs
- References: <3E6989A8.9080506@pop.agri.ch>
- Reply-to: tromey at redhat dot com
>>>>> "Andreas" == Andreas Tobler <toa at pop dot agri dot ch> writes:
Andreas> It should be applicable to 3.3 and head. If I get an ok, I
Andreas> can do that.
Andreas> 2003-03-08 Andreas Tobler <a dot tobler at schweiz dot ch>
Andreas> * libjava.jni/jni.exp: Add compilation/link fix dor
Andreas> darwin dylibs.
The indentation in this patch looks weird.
For instance it is using two tabs here:
Andreas> + set so_extension "dylib"
In context this should only be indented 4 spaces.
Otherwise this looks fine. Please fix the indentation and check it in.
Thanks.
Tom