aboutsummaryrefslogtreecommitdiff
path: root/libjava/scripts
diff options
context:
space:
mode:
authorAndrew Haley <aph@redhat.com>2007-02-06 17:17:03 +0000
committerAndrew Haley <aph@gcc.gnu.org>2007-02-06 17:17:03 +0000
commit44fb8659c3c8e9309dff1b58a651ab47be827871 (patch)
treed02c5fe418c1ba987c47cd6a7e80e6c30485610c /libjava/scripts
parent15814ba0a2c2bbbd8b4617447edb6065da14cb6a (diff)
downloadgcc-44fb8659c3c8e9309dff1b58a651ab47be827871.zip
gcc-44fb8659c3c8e9309dff1b58a651ab47be827871.tar.gz
gcc-44fb8659c3c8e9309dff1b58a651ab47be827871.tar.bz2
makemake.tcl (emit_bc_rule): Set the source filename.
2007-02-06 Andrew Haley <aph@redhat.com> * scripts/makemake.tcl (emit_bc_rule): Set the source filename. * sources.am: Rebuild. From-SVN: r121651
Diffstat (limited to 'libjava/scripts')
-rwxr-xr-xlibjava/scripts/makemake.tcl2
1 files changed, 1 insertions, 1 deletions
diff --git a/libjava/scripts/makemake.tcl b/libjava/scripts/makemake.tcl
index 127a8e0..78259a3 100755
--- a/libjava/scripts/makemake.tcl
+++ b/libjava/scripts/makemake.tcl
@@ -264,7 +264,7 @@ proc emit_bc_rule {package} {
set omit "| grep -v $exclusion_map($package)"
}
puts "\t@find \$(srcdir)/classpath/lib/$package -name '*.class'${omit} > $tname"
- puts "\t\$(LTGCJCOMPILE) -fjni -findirect-dispatch -fno-indirect-classes -c -o $loname @$tname"
+ puts "\t\$(LTGCJCOMPILE) -fsource-filename=\$(here)/classpath/lib/classes -fjni -findirect-dispatch -fno-indirect-classes -c -o $loname @$tname"
puts "\t@rm -f $tname"
puts ""