libphobos: Remove is-effective-target static from druntime and phobos tests
This test isn't compiling with `-static', it's there to verify that the libphobos is functional when linked in statically. libphobos/ChangeLog: * testsuite/libphobos.druntime/druntime.exp: Remove is-effective-target static. * testsuite/libphobos.phobos/phobos.exp: Likewise.
This commit is contained in:
parent
38258326dc
commit
2b77874831
@ -15,7 +15,7 @@
|
||||
# <http://www.gnu.org/licenses/>.
|
||||
|
||||
# Immediately exit if we can't run target executables.
|
||||
if { ![isnative] || ![is-effective-target static] } {
|
||||
if { ![isnative] } {
|
||||
return
|
||||
}
|
||||
|
||||
|
@ -15,7 +15,7 @@
|
||||
# <http://www.gnu.org/licenses/>.
|
||||
|
||||
# Immediately exit if we can't run target executables.
|
||||
if { ![isnative] || ![is-effective-target static] } {
|
||||
if { ![isnative] } {
|
||||
return
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user