target-supports.exp (check_profiling_available): Return false for m68k-*-uclinux.

* lib/target-supports.exp (check_profiling_available): Return
	false for m68k-*-uclinux.

From-SVN: r123881
This commit is contained in:
Richard Sandiford 2007-04-16 17:18:08 +00:00 committed by Kazu Hirata
parent fe24078a22
commit f8b45d4f54
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2007-04-16 Richard Sandiford <richard@codesourcery.com>
* lib/target-supports.exp (check_profiling_available): Return
false for m68k-*-uclinux.
2007-04-16 Seongbae Park <seongbae.park@gmail.com>
PR c++/29365

View File

@ -364,6 +364,7 @@ proc check_profiling_available { test_what } {
|| [istarget h8300-*-*]
|| [istarget m32c-*-elf]
|| [istarget m68k-*-elf]
|| [istarget m68k-*-uclinux*]
|| [istarget mips*-*-elf]
|| [istarget xtensa-*-elf]
|| [istarget *-*-vxworks*]