Commit 77cfbfe7 by Revital Eres Committed by Revital Eres

Fix check_750cl_hw_available function

From-SVN: r129906
parent 86089be5
2007-11-05 Revital Eres <eres@il.ibm.com>
* lib/target-supports.exp (check_750cl_hw_available): Fix typo.
2007-11-05 Douglas Gregor <doug.gregor@gmail.com>
PR c++/33996
......@@ -953,10 +953,10 @@ proc check_750cl_hw_available { } {
verbose "check_750cl_hw_available testfile status is <$status>" 2
if { $status == "pass" } then {
set 750_hw_available_saved 1
set 750cl_hw_available_saved 1
}
} else {
verbose "check_750_hw_availalble testfile compilation failed" 2
verbose "check_750cl_hw_availalble testfile compilation failed" 2
}
}
return $750cl_hw_available_saved
......
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