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>
Mon, 7 Jun 2021 15:05:06 +0000 (11:05 -0400)
commit85e85782438e24a676f45c368d7a63ba1dac2ded
tree93f329ed18d15059657293aced9ffb319fec3125
parentef8ce5848f54c9927465b4edb309345633cc5fd5
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.025161 seconds and 4 git commands to generate.