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
This commit is contained in:
parent
50d32cf64c
commit
9aba2a72db
@ -1,3 +1,8 @@
|
||||
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>
|
||||
|
||||
* gcc.dg/vmx/1c-01.c: Use ptrdiff_t for casts of pointers.
|
||||
|
@ -198,6 +198,7 @@ proc check_profiling_available { test_what } {
|
||||
# missing other needed machinery.
|
||||
if { [istarget mmix-*-*]
|
||||
|| [istarget arm*-*-elf]
|
||||
|| [istarget powerpc-*-eabi*]
|
||||
|| [istarget strongarm*-*-elf]
|
||||
|| [istarget xscale*-*-elf]
|
||||
|| [istarget cris-*-*]
|
||||
|
Loading…
Reference in New Issue
Block a user