GNU Libtool - Patches: patch #10385, Add an option for setting rpaths...
You are not allowed to post comments on this tracker with your current authentication level.
patch #10385: Add an option for setting rpaths on darwin
Submitter: | FX <fxcoudert> | ||
Submitted: | Tue 15 Aug 2023 04:56:50 PM UTC | ||
Category: | None | Priority: | 5 - Normal |
Status: | None | Privacy: | Public |
Assigned to: | None | Open/Closed: | Open |
Attached Files
Depends on the following items: None found
Items that depend on this one: None found
Carbon-Copy List
There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.
Follows 1 latest change.
Date | Changed by | Updated Field | Previous Value | => | Replaced by |
---|---|---|---|---|---|
2023-08-15 | fxcoudert | Attached File | - | ![]() |
Added libtool-darwin.diff, #55044 |
During the development of GCC and the port to recent Darwin versions, arose a need to more finely control the selection of install-names of libraries (both on native compilation and cross-compilation). This was done through the addition of an option to the GCC version of libtool, namely, --enable-darwin-at-rpath
I am posting this here, in the spirit of getting feedback and possibly integrating this feature into libtool.
A more complete description of the background and need for this can be found at https://gcc.gnu.org/pipermail/gcc-patches/2021-November/584775.html