public inbox for frysk-cvs@sourceware.org
help / color / mirror / Atom feed
From: cagney@sourceware.org
To: frysk-cvs@sourceware.org
Subject: [SCM]  master: Pass -1.4 to ECJ.
Date: Thu, 06 Dec 2007 17:22:00 -0000	[thread overview]
Message-ID: <20071206172240.11526.qmail@sourceware.org> (raw)

The branch, master has been updated
       via  e15c87d557c15d6417d9065e2f6603be8d880c95 (commit)
      from  a53d055d1c2501c03156b10e493a0f39126b7184 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email.

- Log -----------------------------------------------------------------
commit e15c87d557c15d6417d9065e2f6603be8d880c95
Author: Andrew Cagney <cagney@frysk32.hsv.redhat.com>
Date:   Thu Dec 6 11:22:23 2007 -0600

    Pass -1.4 to ECJ.
    
    frysk-common/ChangeLog
    2007-12-06  Andrew Cagney  <cagney@frysk32.hsv.redhat.com>
    
    	* frysk-common.ac (JAVAC): Pass -1.4 to ECJ compiler.

-----------------------------------------------------------------------

Summary of changes:
 frysk-common/ChangeLog       |    4 ++++
 frysk-common/frysk-common.ac |    2 +-
 2 files changed, 5 insertions(+), 1 deletions(-)

First 500 lines of diff:
diff --git a/frysk-common/ChangeLog b/frysk-common/ChangeLog
index 6fc3df6..51b8530 100644
--- a/frysk-common/ChangeLog
+++ b/frysk-common/ChangeLog
@@ -1,3 +1,7 @@
+2007-12-06  Andrew Cagney  <cagney@frysk32.hsv.redhat.com>
+
+	* frysk-common.ac (JAVAC): Pass -1.4 to ECJ compiler.
+
 2007-12-06  Andrew Cagney  <cagney@redhat.com>
 
 	* frysk-common.ac (JAVAC): Set to either GCJ or $ECJ_JAR.
diff --git a/frysk-common/frysk-common.ac b/frysk-common/frysk-common.ac
index f72c24a..1dbd199 100644
--- a/frysk-common/frysk-common.ac
+++ b/frysk-common/frysk-common.ac
@@ -151,7 +151,7 @@ if test x"${JAVAC}" = x ; then
       JAVAC="\$(GCJ) -C"
    elif test "x${ECJ_JAR}" != xno ; then
       JAVAC_IS=ecj
-      JAVAC="\$(GIJ) --classpath \$(ECJ_JAR):\$(CLASSPATH) org.eclipse.jdt.internal.compiler.batch.Main"
+      JAVAC="\$(GIJ) --classpath \$(ECJ_JAR):\$(CLASSPATH) org.eclipse.jdt.internal.compiler.batch.Main -1.4"
    else
       AC_MSG_ERROR([no java compiler])
    fi


hooks/post-receive
--
frysk system monitor/debugger


                 reply	other threads:[~2007-12-06 17:22 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=20071206172240.11526.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).