Commit 9aba2a72 by Aldy Hernandez Committed by Aldy Hernandez

target-supports.exp (check_profiling_available): Assume profiling is not…

target-supports.exp (check_profiling_available): Assume profiling is not available on powerpc-eabi targets.

	* lib/target-supports.exp (check_profiling_available): Assume
	profiling is not available on powerpc-eabi targets.

From-SVN: r80989
parent 50d32cf6
2004-04-21 Aldy Hernandez <aldyh@redhat.com>
* lib/target-supports.exp (check_profiling_available): Assume
profiling is not available on powerpc-eabi targets.
2004-04-21 Janis Johnson <janis187@us.ibm.com> 2004-04-21 Janis Johnson <janis187@us.ibm.com>
* gcc.dg/vmx/1c-01.c: Use ptrdiff_t for casts of pointers. * gcc.dg/vmx/1c-01.c: Use ptrdiff_t for casts of pointers.
......
...@@ -198,6 +198,7 @@ proc check_profiling_available { test_what } { ...@@ -198,6 +198,7 @@ proc check_profiling_available { test_what } {
# missing other needed machinery. # missing other needed machinery.
if { [istarget mmix-*-*] if { [istarget mmix-*-*]
|| [istarget arm*-*-elf] || [istarget arm*-*-elf]
|| [istarget powerpc-*-eabi*]
|| [istarget strongarm*-*-elf] || [istarget strongarm*-*-elf]
|| [istarget xscale*-*-elf] || [istarget xscale*-*-elf]
|| [istarget cris-*-*] || [istarget cris-*-*]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment