Commit 4d053ac1 by John David Anglin Committed by John David Anglin

target-supports.exp (check_effective_target_sync_int_long): Add hppa*-*-linux*.

	* lib/target-supports.exp (check_effective_target_sync_int_long):
	Add hppa*-*-linux*.
	(check_effective_target_sync_char_short): Likewise.

From-SVN: r163090
parent e5fbc9bf
2010-08-10 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
* lib/target-supports.exp (check_effective_target_sync_int_long):
Add hppa*-*-linux*.
(check_effective_target_sync_char_short): Likewise.
2010-08-10 Yao Qi <yao@codesourcery.com>
* gcc.dg/builtin-stringop-chk-1.c: Change ARM triplet to a more
......
......@@ -3002,6 +3002,7 @@ proc check_effective_target_sync_int_long { } {
|| [istarget alpha*-*-*]
|| [istarget arm*-*-linux-gnueabi]
|| [istarget bfin*-*linux*]
|| [istarget hppa*-*linux*]
|| [istarget s390*-*-*]
|| [istarget powerpc*-*-*]
|| [istarget sparc64-*-*]
......@@ -3031,6 +3032,7 @@ proc check_effective_target_sync_char_short { } {
|| [istarget x86_64-*-*]
|| [istarget alpha*-*-*]
|| [istarget arm*-*-linux-gnueabi]
|| [istarget hppa*-*linux*]
|| [istarget s390*-*-*]
|| [istarget powerpc*-*-*]
|| [istarget sparc64-*-*]
......
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