]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
libphobos: Remove is-effective-target static from druntime and phobos tests
authorIain Buclaw <ibuclaw@gdcproject.org>
Sat, 10 Apr 2021 10:18:57 +0000 (12:18 +0200)
committerIain Buclaw <ibuclaw@gdcproject.org>
Sat, 10 Apr 2021 13:02:06 +0000 (15:02 +0200)
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.

libphobos/testsuite/libphobos.druntime/druntime.exp
libphobos/testsuite/libphobos.phobos/phobos.exp

index 2f3a36f73cf1494d6b5a9ddfec847a78fec1d2bb..df01fcc8a2308a65dded0301733d7954b3d7c0d7 100644 (file)
@@ -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
 }
 
index 0975ab1f801bd2638336f9caba1d5063bac1488d..770e5769e3cc5301f1e2f699860b3ada9faec83c 100644 (file)
@@ -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
 }