]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* lib/target-supports.exp
authorUros Bizjak <uros@gcc.gnu.org>
Wed, 1 Oct 2014 17:00:57 +0000 (19:00 +0200)
committerUros Bizjak <uros@gcc.gnu.org>
Wed, 1 Oct 2014 17:00:57 +0000 (19:00 +0200)
(check_effective_target_fenv_exceptions): Fix commit.

From-SVN: r215770

gcc/testsuite/lib/target-supports.exp

index d4bda1f8767cba577f2cfbaf94a0857543de81c0..e593647c8407abe82a67bae5193c1e3a573b33b8 100644 (file)
@@ -5373,5 +5373,5 @@ proc check_effective_target_fenv_exceptions {} {
          else
            abort ();
        }
-    } [add_options_for_ieee "-std=gnu99"]]
+    } "-std=gnu99"]
 }