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

From-SVN: r153752
This commit is contained in:
Andrew Jenner 2009-10-30 14:53:53 +00:00 committed by Nathan Sidwell
parent 3d158124d5
commit 954600248c
2 changed files with 5 additions and 0 deletions

View 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

View 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]