target-supports.exp: Add *-*-rtems* to list of targets without profiling support.
2008-12-19 Joel Sherrill <joel.sherrill@oarcorp.com> * lib/target-supports.exp: Add *-*-rtems* to list of targets without profiling support. From-SVN: r142848
This commit is contained in:
parent
a16353329e
commit
3ce1b2de25
@ -1,3 +1,8 @@
|
||||
2008-12-19 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* lib/target-supports.exp: Add *-*-rtems* to list
|
||||
of targets without profiling support.
|
||||
|
||||
2008-12-19 Jakub Jelinek <jakub@redhat.com>
|
||||
|
||||
PR c++/38577
|
||||
|
@ -485,6 +485,7 @@ proc check_profiling_available { test_what } {
|
||||
|| [istarget mips*-*-elf*]
|
||||
|| [istarget xstormy16-*]
|
||||
|| [istarget xtensa*-*-elf]
|
||||
|| [istarget *-*-rtems*]
|
||||
|| [istarget *-*-vxworks*] } {
|
||||
set profiling_available_saved 0
|
||||
} else {
|
||||
|
Loading…
Reference in New Issue
Block a user