public inbox for frysk-cvs@sourceware.org
help / color / mirror / Atom feed
From: cagney@sourceware.org
To: frysk-cvs@sourceware.org
Subject: [SCM] master: Restore -g -classpath flags (when JAVAC=gcj).
Date: Fri, 07 Dec 2007 02:38:00 -0000 [thread overview]
Message-ID: <20071207023826.3744.qmail@sourceware.org> (raw)
The branch, master has been updated
via 96ef4b71529b1b3defe470e577319e1ac440b02c (commit)
from 165cdef652b84c712b7d6ade77608d538ec7a02b (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email.
- Log -----------------------------------------------------------------
commit 96ef4b71529b1b3defe470e577319e1ac440b02c
Author: Andrew Cagney <cagney@toil.yyz.redhat.com>
Date: Thu Dec 6 21:36:30 2007 -0500
Restore -g -classpath flags (when JAVAC=gcj).
frysk-common/ChangeLog
2007-12-06 Andrew Cagney <cagney@redhat.com>
* frysk-common.ac (JAVACFLAGS): For GCJ, re-add -g -classpath lost
in previous commit.
-----------------------------------------------------------------------
Summary of changes:
frysk-common/ChangeLog | 3 +++
frysk-common/frysk-common.ac | 2 +-
2 files changed, 4 insertions(+), 1 deletions(-)
First 500 lines of diff:
diff --git a/frysk-common/ChangeLog b/frysk-common/ChangeLog
index 7be00a9..dde516c 100644
--- a/frysk-common/ChangeLog
+++ b/frysk-common/ChangeLog
@@ -1,5 +1,8 @@
2007-12-06 Andrew Cagney <cagney@redhat.com>
+ * frysk-common.ac (JAVACFLAGS): For GCJ, re-add -g -classpath lost
+ in previous commit.
+
* frysk-common.ac (GCJ_FSOURCE): Delete.
(AC_LANG(JAVA)): Replace AC_LANG(GCJ).
(JAVA_IS): Re-implement using AC_COMPILE_IFELSE.
diff --git a/frysk-common/frysk-common.ac b/frysk-common/frysk-common.ac
index 3db1dd3..7482d22 100644
--- a/frysk-common/frysk-common.ac
+++ b/frysk-common/frysk-common.ac
@@ -131,7 +131,7 @@ AC_LANG(JAVAC)
AC_MSG_CHECKING([for working java compiler])
JAVAC=${JAVAC:-${GCJ} -C -fsource=1.4}
-JAVACFLAGS=${JAVACFLAGS:-${GCJFLAGS}}
+JAVACFLAGS=${JAVACFLAGS:-${GCJFLAGS} -g -classpath \$(SOURCEPATH):\$(CLASSPATH)}
AC_COMPILE_IFELSE([public class conftest{}],
[JAVAC_IS=gcj],
[JAVAC_IS=ecj
hooks/post-receive
--
frysk system monitor/debugger
reply other threads:[~2007-12-07 2:38 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20071207023826.3744.qmail@sourceware.org \
--to=cagney@sourceware.org \
--cc=frysk-cvs@sourceware.org \
--cc=frysk@sourceware.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).