diff options
author | David Holsgrove <david.holsgrove@xilinx.com> | 2013-01-23 15:12:03 +0000 |
---|---|---|
committer | Michael Eager <eager@gcc.gnu.org> | 2013-01-23 15:12:03 +0000 |
commit | caa7068b909773c1b2cb3d328deb5340a00a72a8 (patch) | |
tree | f362bac585ab93a7a883bade0dfadf69b4f8c39a | |
parent | 2660d12d0a69539959dc1f77648f9f29f5e0edf8 (diff) | |
download | gcc-caa7068b909773c1b2cb3d328deb5340a00a72a8.zip gcc-caa7068b909773c1b2cb3d328deb5340a00a72a8.tar.gz gcc-caa7068b909773c1b2cb3d328deb5340a00a72a8.tar.bz2 |
Remove obsolete check for target_config_cflags, no longer set.
From-SVN: r195406
-rw-r--r-- | gcc/testsuite/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/testsuite/gcc.target/microblaze/microblaze.exp | 6 |
2 files changed, 4 insertions, 6 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 4914faf..7bfa569 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -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 diff --git a/gcc/testsuite/gcc.target/microblaze/microblaze.exp b/gcc/testsuite/gcc.target/microblaze/microblaze.exp index 621200f..7766297 100644 --- a/gcc/testsuite/gcc.target/microblaze/microblaze.exp +++ b/gcc/testsuite/gcc.target/microblaze/microblaze.exp @@ -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 } \ |