]> git.ipfire.org Git - thirdparty/libtool.git/commit
ltmain.in: Compiler dependencies wrongly deduplicated
authorFrédéric Bérat <fberat@redhat.com>
Thu, 3 Feb 2022 15:26:55 +0000 (16:26 +0100)
committerIleana Dumitrescu <ileanadumitrescu95@gmail.com>
Thu, 13 Feb 2025 15:01:38 +0000 (17:01 +0200)
commitbc61f9756ff94735e0fb910df5e7eb193e81ed2c
treed07b45fca7ca83f6d14548bf5afa88a91ee678f6
parent1d871cc45bf13c643c61d3d368b50d7e3455c0b8
ltmain.in: Compiler dependencies wrongly deduplicated

Removing duplicate compiler dependencies causes linking problems on
linux with GCC libraries. This deduplication optimization is no longer
used for linux hosts.

Reported: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=75462

* build-aux/ltmain.in: Add linux to list of hosts that do not remove
  duplicate compiler dependencies.
* NEWS: Update.
NEWS
build-aux/ltmain.in