classpath-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[cp-patches] FYI: Make sure we have linenumber info with gcjx


From: Mark Wielaard
Subject: [cp-patches] FYI: Make sure we have linenumber info with gcjx
Date: Tue, 10 Jan 2006 11:38:57 +0100

Hi,

gcjx needs an explicit -g to generate linenumber info. This patch makes
it so:

2006-01-10  Mark Wielaard  <address@hidden>

       * lib/Makefile.am (GCJX): Add -g to get linenumber info.

Committed,

Mark

--- lib/Makefile.am     3 Jan 2006 12:33:24 -0000       1.108
+++ lib/Makefile.am     10 Jan 2006 10:37:09 -0000
@@ -26,7 +26,7 @@
 JAVAC = $(KJC) -classpath .:$(USER_CLASSLIB) -d . @classes
 else
 if FOUND_GCJX
-JAVAC = $(GCJX) -encoding UTF-8 -classpath .:$(USER_CLASSLIB) -d . @classes
+JAVAC = $(GCJX) -g -encoding UTF-8 -classpath .:$(USER_CLASSLIB) -d . @classes
 else
 if FOUND_ECJ
 JAVAC = $(ECJ) -source 1.4 -encoding UTF-8 -warn:-deprecation,serial,unused 
-proceedOnError -bootclasspath '' -classpath $(compile_classpath) -d . @classes

Attachment: signature.asc
Description: This is a digitally signed message part


reply via email to

[Prev in Thread] Current Thread [Next in Thread]