]> git.ipfire.org Git - thirdparty/gcc.git/commit
testsuite, libphobos: Update link flags [PR112864].
authorIain Sandoe <iain@sandoe.co.uk>
Sat, 27 Jan 2024 15:50:15 +0000 (15:50 +0000)
committerIain Sandoe <iain@sandoe.co.uk>
Fri, 2 Feb 2024 09:01:57 +0000 (09:01 +0000)
commitf4aa644dbbbde8c97f41c8abfbb7925c2242e31f
treec5630380232fed28ea0e67b6b01e493018aefaa2
parentbec7100445f07259d5df69c9f442ea72a90fc37e
testsuite, libphobos: Update link flags [PR112864].

The regressions here are primarily from duplicated '-B' additions.

We remove the duplicate on the link line.
We also make sure that platforms with extensions other than .so for
shared libs will have the correct paths.

PR target/112864

libphobos/ChangeLog:

* testsuite/lib/libphobos.exp: Use ${shlib_ext} instead of
hard-wiring '.so'.
* testsuite/testsuite_flags.in: Remove duplicate -B option
for spec file path.
libphobos/testsuite/lib/libphobos.exp
libphobos/testsuite/testsuite_flags.in