Commit 3ce1b2de by Joel Sherrill Committed by Joel Sherrill

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
parent a1635332
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 {
......
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