mirror of
https://https.git.savannah.gnu.org/git/libtool.git
synced 2026-01-26 15:39:10 +00:00
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.