Fix commit goof: s/istarget/ishost/ for host
From-SVN: r52047
This commit is contained in:
parent
a19caa8896
commit
613bacac4a
7 changed files with 7 additions and 7 deletions
|
@ -1,7 +1,7 @@
|
|||
# This test fails compilation in cross-endian environments, for example as
|
||||
# below, with a "sorry" message.
|
||||
|
||||
if { [istarget "i\[34567\]86-*-*"] } {
|
||||
if { [ishost "i\[34567\]86-*-*"] } {
|
||||
if { [istarget "mmix-knuth-mmixware"] } {
|
||||
set torture_compile_xfail [istarget]
|
||||
}
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# This test fails compilation in cross-endian environments, for example as
|
||||
# below, with a "sorry" message.
|
||||
|
||||
if { [istarget "i\[34567\]86-*-*"] } {
|
||||
if { [ishost "i\[34567\]86-*-*"] } {
|
||||
if { [istarget "mmix-knuth-mmixware"] } {
|
||||
set torture_compile_xfail [istarget]
|
||||
}
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# This test fails compilation in cross-endian environments, for example as
|
||||
# below, with a "sorry" message.
|
||||
|
||||
if { [istarget "i\[34567\]86-*-*"] } {
|
||||
if { [ishost "i\[34567\]86-*-*"] } {
|
||||
if { [istarget "mmix-knuth-mmixware"] } {
|
||||
set torture_compile_xfail [istarget]
|
||||
}
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# This test fails compilation in cross-endian environments, for example as
|
||||
# below, with a "sorry" message.
|
||||
|
||||
if { [istarget "i\[34567\]86-*-*"] } {
|
||||
if { [ishost "i\[34567\]86-*-*"] } {
|
||||
if { [istarget "mmix-knuth-mmixware"] } {
|
||||
set torture_compile_xfail [istarget]
|
||||
}
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# This test fails compilation in cross-endian environments, for example as
|
||||
# below, with a "sorry" message.
|
||||
|
||||
if { [istarget "i\[34567\]86-*-*"] } {
|
||||
if { [ishost "i\[34567\]86-*-*"] } {
|
||||
if { [istarget "mmix-knuth-mmixware"] } {
|
||||
set torture_compile_xfail [istarget]
|
||||
}
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# This test fails compilation in cross-endian environments, for example as
|
||||
# below, with a "sorry" message.
|
||||
|
||||
if { [istarget "i\[34567\]86-*-*"] } {
|
||||
if { [ishost "i\[34567\]86-*-*"] } {
|
||||
if { [istarget "mmix-knuth-mmixware"] } {
|
||||
set torture_compile_xfail [istarget]
|
||||
}
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# This test fails compilation in cross-endian environments, for example as
|
||||
# below, with a "sorry" message.
|
||||
|
||||
if { [istarget "i\[34567\]86-*-*"] } {
|
||||
if { [ishost "i\[34567\]86-*-*"] } {
|
||||
if { [istarget "mmix-knuth-mmixware"] } {
|
||||
set torture_compile_xfail [istarget]
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue