diff mbox

[testsuite] skip gcc.target/arm/pr19599.c for -mthumb

Message ID 520BB778.1060206@mentor.com
State New
Headers show

Commit Message

Janis Johnson Aug. 14, 2013, 4:59 p.m. UTC
This patch skips an arm test if the multilib flags include "-mthumb",
which would override the "-marm" used for the test.  Tested with
several sets of flags for arm-none-eabi and checked in as obvious.

Janis
2013-04-24  Janis Johnson  <janisjo@codesourcery.com>

	* arm-none-linux-eabi.inc (print_eembc_scale_factor): decrease
	for rexella.
diff mbox

Patch

Index: release-configs/arm-none-linux-eabi.inc
===================================================================
--- release-configs/arm-none-linux-eabi.inc	(revision 409607)
+++ release-configs/arm-none-linux-eabi.inc	(working copy)
@@ -51,6 +51,9 @@ 
 	(averil*)
 	    echo 2
 	    ;;
+	(rexella*)
+	    echo 2
+	    ;;
 	(*)
 	    echo 100
 	    ;;