]> git.ipfire.org Git - thirdparty/glibc.git/commit
elf: Use +nolink-deps to add make-only dependency for tst-origin
authorFlorian Weimer <fweimer@redhat.com>
Fri, 21 Mar 2025 20:40:28 +0000 (21:40 +0100)
committerFlorian Weimer <fweimer@redhat.com>
Fri, 21 Mar 2025 20:40:28 +0000 (21:40 +0100)
commit2f8e8c9cb72c0f479bd4f9249ef681fe4f36d280
tree652bd52f74ba3b852d8b1e8eee7341ea671ca735
parentc3410db9d0f941a6c464acabb8a63633ef614cbf
elf: Use +nolink-deps to add make-only dependency for tst-origin

The tst-origin test must link against liborigin-mod.so.  Correct
build order depends on a makefile rule dependency on
$(objpfx)liborigin-mod.so.  Use +nolink-deps to remvoe this
dependency from the linker command line.

Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>
elf/Makefile