Opened 11 years ago
Last modified 11 years ago
#6684 new Patches
clang-darwin: handle LTO in archives
Reported by: | Owned by: | Vladimir Prus | |
---|---|---|---|
Milestone: | To Be Determined | Component: | build |
Version: | Boost 1.49.0 | Severity: | Problem |
Keywords: | Cc: |
Description
Attachments (2)
Change History (5)
by , 11 years ago
Attachment: | clang-libtool.patch added |
---|
by , 11 years ago
Attachment: | clang-libtool.2.patch added |
---|
comment:1 by , 11 years ago
comment:3 by , 11 years ago
I applied the patch <clang-libtool.2.patch> over boost_1_49_0 version.
When I give the "<archiver>" option as "<archiver>/usr/bin/libtoo" in project-config.jam file, the build complains that "<archiver>" not a recognized property.
Can you please let me know how to configure the JAM file to use <archiver> option.
Moreover, I will have to apply this patch over to boost version 1_48. But, first I want to check if it works in 1_49_0
Thanks
Note:
See TracTickets
for help on using tickets.
This patch would be really helpful.
Queries:
Will this libtool patch work for building "dynamic libraries" too ?
If so, how can we pass the "version information" and other parameters through config files ?
Thanks in advance.