mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-10 08:00:28 +08:00
Fix commit goof: s/istarget/ishost/ for host
From-SVN: r52047
This commit is contained in:
parent
a19caa8896
commit
613bacac4a
@ -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…
x
Reference in New Issue
Block a user