Remove obsolete check for target_config_cflags, no longer set.
authorDavid Holsgrove <david.holsgrove@xilinx.com>
Wed, 23 Jan 2013 15:12:03 +0000 (15:12 +0000)
committerMichael Eager <eager@gcc.gnu.org>
Wed, 23 Jan 2013 15:12:03 +0000 (15:12 +0000)
From-SVN: r195406

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.target/microblaze/microblaze.exp

index 4914fafa42abe945bb46c0d7a3f00a6330017c92..7bfa5697d3cb377ebaf7cea7f3f8df758121b4d6 100644 (file)
@@ -1,3 +1,7 @@
+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
index 621200f20a9c67b6209f891a504e08a68815d4bb..7766297bd7e3a00b0a46f91606183e30c0394134 100644 (file)
@@ -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 } \