This is the mail archive of the frysk-cvs@sources.redhat.com mailing list for the frysk project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[SCM] master: Pass -1.4 to ECJ.


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]