From fc8f46765b377fbdbfb047d0e57bccde1228bc14 Mon Sep 17 00:00:00 2001 From: aph Date: Wed, 4 Aug 2004 16:49:21 +0000 Subject: 2004-08-04 Andrew Haley * testsuite/lib/libjava.exp (bytecompile_file): Byte compile with debugging. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@85565 138bc75d-0d04-0410-961f-82ee72b054a4 --- libjava/testsuite/lib/libjava.exp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libjava/testsuite/lib/libjava.exp') diff --git a/libjava/testsuite/lib/libjava.exp b/libjava/testsuite/lib/libjava.exp index ad76f8b0412..c28addf9944 100644 --- a/libjava/testsuite/lib/libjava.exp +++ b/libjava/testsuite/lib/libjava.exp @@ -109,9 +109,9 @@ proc bytecompile_file { file objdir {classpath {}} } { } set here [pwd] cd $dirname - send_log "byte compile: $javac [list $file] -d $objdir 2>@ stdout\n" + send_log "byte compile: $javac -g [list $file] -d $objdir 2>@ stdout\n" if {[catch { - set q [eval exec "$javac [list $file] -d $objdir 2>@ stdout"] + set q [eval exec "$javac -g [list $file] -d $objdir 2>@ stdout"] } msg]} then { send_log "couldn't compile $file: $msg\n" set r 0 -- cgit v1.2.3