public inbox for frysk-cvs@sourceware.org
help / color / mirror / Atom feed
* [SCM]  master: Pass -1.4 to ECJ.
@ 2007-12-06 17:22 cagney
  0 siblings, 0 replies; only message in thread
From: cagney @ 2007-12-06 17:22 UTC (permalink / raw)
  To: frysk-cvs

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


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2007-12-06 17:22 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-12-06 17:22 [SCM] master: Pass -1.4 to ECJ cagney

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).