libphobos: Explicitly use -static-libphobos in druntime and phobos tests
authorIain Buclaw <ibuclaw@gdcproject.org>
Sat, 10 Apr 2021 10:24:40 +0000 (12:24 +0200)
committerIain Buclaw <ibuclaw@gdcproject.org>
Sat, 10 Apr 2021 13:02:06 +0000 (15:02 +0200)
commit385ee099eeae53bff5dd5adf673ad4f4b8d22981
treefb7c2ce20b667a8a14f63707a4d9de3ba3a3067e
parent2b778748319ffe8434f68d147c168423a1af388d
libphobos: Explicitly use -static-libphobos in druntime and phobos tests

Linking to libphobos statically is the default in the driver, however
this may change in future.  Be explicit that the static libphobos is
what's being tested.

libphobos/ChangeLog:

* testsuite/libphobos.druntime/druntime.exp: Compile all tests with
-static-libphobos.
* testsuite/libphobos.phobos/phobos.exp: Likewise.
libphobos/testsuite/libphobos.druntime/druntime.exp
libphobos/testsuite/libphobos.phobos/phobos.exp