]> git.ipfire.org Git - thirdparty/libtool.git/commit
libtool: Prefer response files over linker scripts for mingw tools
authorMartin Storsjö <martin@martin.st>
Wed, 10 Oct 2018 07:47:21 +0000 (10:47 +0300)
committerIleana Dumitrescu <ileanadumitrescu95@gmail.com>
Wed, 20 Nov 2024 14:42:15 +0000 (16:42 +0200)
commiteed74d650aecb91f556d52c8d5f4018035daeb16
treea450091fb29aefe589961ca0ceb5aba88068ed6e
parentab43d096d15f43c015a586ed460aaff17882d2a5
libtool: Prefer response files over linker scripts for mingw tools

The GCC/binutils tools support response files just fine, while
lld (impersonating GNU ld) only supports response files, not
linker scripts. Using a linker script as input just to pass a
list of files is overkill for cases when a response file is enough.

* build-aux/ltmain.in: Move creation of ld script.
* m4/libtool.m4: Add new variable tag for file_list_spec.
* NEWS: Update.
NEWS
build-aux/ltmain.in
m4/libtool.m4