build: Pass --no-as-needed directly to the linker
authororbea <orbea@riseup.net>
Thu, 13 May 2021 18:10:56 +0000 (11:10 -0700)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Fri, 11 Jun 2021 20:51:57 +0000 (16:51 -0400)
commite3595cbf381de564f18db61ef56fd74b92a87c65
treeff50a7cd0fd89a28bad3a5eb5f25704be0f03bab
parent8a2a2476b506a74d62a4542c567407963c5692b4
build: Pass --no-as-needed directly to the linker

This is not a libtool argument, but rather a linker argument.
GNU libtool will silently ignore arguments it doesn't understand
in many cases while slibtool does not.

Signed-off-by: orbea <orbea@riseup.net>
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
Change-Id: I55e55f1bb6a5d14d1c81505ceb39beaef84af9e9
tests/regression/ust/clock-override/Makefile.am
tests/regression/ust/getcpu-override/Makefile.am
This page took 0.027864 seconds and 5 git commands to generate.