This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

testsuite fix


I've applied this patch of Andrew's to fix a missing triplet in a testsuite check.

nathan
--
Nathan Sidwell    ::   http://www.codesourcery.com   ::         CodeSourcery

2009-10-30  Andrew Jenner  <andrew@codesourcery.com>

	* lib/target-supports.exp: Handle powerpc-*-elf.

Index: lib/target-supports.exp
===================================================================
--- lib/target-supports.exp	(revision 153749)
+++ lib/target-supports.exp	(working copy)
@@ -491,6 +491,7 @@ proc check_profiling_available { test_wh
 	     || [istarget avr-*-*]
 	     || [istarget bfin-*-*]
 	     || [istarget powerpc-*-eabi*]
+	     || [istarget powerpc-*-elf]
 	     || [istarget cris-*-*]
 	     || [istarget crisv32-*-*]
 	     || [istarget fido-*-elf]

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]