diff options
| author | tromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-11-06 00:22:01 +0000 |
|---|---|---|
| committer | tromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-11-06 00:22:01 +0000 |
| commit | 73cea1d4bee2166cb2f06a52469951614f8e6461 (patch) | |
| tree | 9fa3c7076b4a779e972c9d6c9abcc502ac1e3ef6 /libjava/testsuite/lib/libjava.exp | |
| parent | d3fafebc837722c1b5ace30c8e990ae58bf91919 (diff) | |
| download | ppe42-gcc-73cea1d4bee2166cb2f06a52469951614f8e6461.tar.gz ppe42-gcc-73cea1d4bee2166cb2f06a52469951614f8e6461.zip | |
* lib/libjava.exp (libjava_arguments): Set --tag on libtool
invocation.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@37268 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libjava/testsuite/lib/libjava.exp')
| -rw-r--r-- | libjava/testsuite/lib/libjava.exp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libjava/testsuite/lib/libjava.exp b/libjava/testsuite/lib/libjava.exp index cf9b9a95ba2..0fd48d8046e 100644 --- a/libjava/testsuite/lib/libjava.exp +++ b/libjava/testsuite/lib/libjava.exp @@ -269,7 +269,7 @@ proc libjava_arguments {{mode compile}} { if {[file exists $d/$x/libtool]} then { # We have to run silently to avoid DejaGNU lossage. lappend args \ - "compiler=$d/$x/libtool --silent --mode=$mode $GCJ_UNDER_TEST -B$objdir/../" + "compiler=$d/$x/libtool --silent --tag=GCJ --mode=$mode $GCJ_UNDER_TEST -B$objdir/../" set found_compiler 1 break } |

