Commit 01d8acec by Jeffrey A Law Committed by Jeff Law

* lib/g++.exp (g++_init): Look for xgcc in $basedir too.

From-SVN: r15449
parent 8be52aaa
Mon Sep 15 00:36:53 1997 Jeffrey A Law (law@cygnus.com)
* lib/g++.exp (g++_init): Look for xgcc in $basedir too.
Thu Sep 11 13:52:01 1997 Jeffrey A Law (law@cygnus.com) Thu Sep 11 13:52:01 1997 Jeffrey A Law (law@cygnus.com)
* g++.old-deja/g++.brendan/scope4.C: No longer expected to fail. * g++.old-deja/g++.brendan/scope4.C: No longer expected to fail.
......
...@@ -85,7 +85,7 @@ proc g++_init { args } { ...@@ -85,7 +85,7 @@ proc g++_init { args } {
if [is_remote host] { if [is_remote host] {
set GXX_UNDER_TEST [transform c++] set GXX_UNDER_TEST [transform c++]
} else { } else {
set GXX_UNDER_TEST [findfile $base_dir/../xgcc "$base_dir/../xgcc -B$base_dir/../" [transform c++]] set GXX_UNDER_TEST [findfile $base_dir/../xgcc "$base_dir/../xgcc -B$base_dir/../" [findfile $base_dir/xgcc "$base_dir/xgcc -B$base_dir/" [transform c++]]]
} }
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment