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: Restore -g -classpath flags (when JAVAC=gcj).


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


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