]> sourceware.org Git - automake.git/commitdiff
* automake.texi (Java Support): Mention --main and _LDFLAGS.
authorTom Tromey <tromey@redhat.com>
Fri, 5 Jul 2002 22:59:22 +0000 (22:59 +0000)
committerTom Tromey <tromey@redhat.com>
Fri, 5 Jul 2002 22:59:22 +0000 (22:59 +0000)
For PR automake/324.

ChangeLog
automake.texi

index 41190502bc717c3ca5ba4ef1343df6cff1203802..d5f5bf9d1c562e67cc024958eb25cd9381fb7040 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2002-07-05  Tom Tromey  <tromey@redhat.com>
+
+       * automake.texi (Java Support): Mention --main and _LDFLAGS.
+       For PR automake/324.
+
 2002-07-04  Alexandre Duret-Lutz  <duret_g@epita.fr>
 
        * tests/asm.test: Erase Autom4te's cache between each test.
index 33f6e45fcad13a6d975c0f0fae983712a8bb2501..5627c55b3b66d236bff6b8204dfc6fd718992e4a 100644 (file)
@@ -2880,6 +2880,10 @@ user macro @samp{GCJFLAGS}, should be used.
 @code{gcj} can be used to compile @file{.java}, @file{.class},
 @file{.zip}, or @file{.jar} files.
 
+When linking, @code{gcj} requires that the main class be specified
+using the @samp{--main=} option.  The easiest way to do this is to use
+the @code{_LDFLAGS} variable for the program.
+
 
 @node Support for Other Languages, ANSI, Java Support, Programs
 @comment  node-name,  next,  previous,  up
This page took 0.042498 seconds and 5 git commands to generate.