* lib/target-supports.exp: Handle powerpc-*-elf.
authornathan <nathan@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 30 Oct 2009 14:53:53 +0000 (14:53 +0000)
committernathan <nathan@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 30 Oct 2009 14:53:53 +0000 (14:53 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@153752 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/testsuite/ChangeLog
gcc/testsuite/lib/target-supports.exp

index 29676c6..da2f346 100644 (file)
@@ -1,3 +1,7 @@
+2009-10-30  Andrew Jenner  <andrew@codesourcery.com>
+
+       * lib/target-supports.exp: Handle powerpc-*-elf.
+
 2009-10-30  H.J. Lu  <hongjiu.lu@intel.com>
 
        PR target/40838
index 51a6a39..8d89ed8 100644 (file)
@@ -491,6 +491,7 @@ proc check_profiling_available { test_what } {
             || [istarget avr-*-*]
             || [istarget bfin-*-*]
             || [istarget powerpc-*-eabi*]
+            || [istarget powerpc-*-elf]
             || [istarget cris-*-*]
             || [istarget crisv32-*-*]
             || [istarget fido-*-elf]