* g++.dg/bprob/bprob.exp: Disable test on arm-elf configs.
From-SVN: r73153
This commit is contained in:
parent
8159dc2024
commit
f3dd79b90f
2 changed files with 7 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
|||
2003-10-31 Richard Earnshaw <rearnsha@arm.com>
|
||||
|
||||
* g++.dg/bprob/bprob.exp: Disable test on arm-elf configs.
|
||||
|
||||
2003-10-31 Josef Zlomek <zlomekj@suse.cz>
|
||||
|
||||
PR/10239
|
||||
|
|
|
@ -20,6 +20,9 @@
|
|||
# Some targets don't have any implementation of __bb_init_func or are
|
||||
# missing other needed machinery.
|
||||
if { [istarget mmix-*-*]
|
||||
|| [istarget arm*-*-elf]
|
||||
|| [istarget strongarm*-*-elf]
|
||||
|| [istarget xscale*-*-elf]
|
||||
|| [istarget cris-*-*] } {
|
||||
return
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue