Commit f8b45d4f by Richard Sandiford Committed by Kazu Hirata

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
parent fe24078a
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
......@@ -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*]
......
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