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:
Joel Sherrill 2008-12-20 15:28:57 +00:00 committed by Joel Sherrill
parent a16353329e
commit 3ce1b2de25
2 changed files with 6 additions and 0 deletions

View File

@ -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

View File

@ -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 {