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
This commit is contained in:
parent
e5fbc9bf5f
commit
4d053ac1a9
|
@ -1,3 +1,9 @@
|
|||
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-*-*]
|
||||
|
|
Loading…
Reference in New Issue