Commit caa7068b by David Holsgrove Committed by Michael Eager

Remove obsolete check for target_config_cflags, no longer set.

From-SVN: r195406
parent 2660d12d
2013-01-23 David Holsgrove <david.holsgrove@xilinx.com>
* gcc.target/microblaze/microblaze.exp: Remove target_config_cflags check
2013-01-23 Jakub Jelinek <jakub@redhat.com>
PR fortran/56052
......
......@@ -22,12 +22,6 @@ if { ![istarget microblaze*-*-*] } then {
return
}
# Don't execute when we are testing some configuration of GCC or G++.
# This we figure out by looking at target_config_cflags which needs to be "" for microblaze.exp
if { $target_config_cflags != "" } {
return
}
global TORTURE_OPTIONS
set TORTURE_OPTIONS [list \
{ -O0 } \
......
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