Issue 116329 - MinGW port enhancement: configurable libstdc++ name
Summary: MinGW port enhancement: configurable libstdc++ name
Status: CLOSED FIXED
Alias: None
Product: Build Tools
Classification: Code
Component: configure (show other issues)
Version: current
Hardware: PC Windows, all
: P3 Trivial (vote)
Target Milestone: 3.4.1
Assignee: vg
QA Contact: issues@tools
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-01-06 12:46 UTC by tono
Modified: 2011-02-26 10:46 UTC (History)
2 users (show)

See Also:
Issue Type: PATCH
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments
A patch set for the issue (19.58 KB, patch)
2011-01-06 12:47 UTC, tono
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this issue.
Description tono 2011-01-06 12:46:00 UTC
MinGW gcc 4.x.x requires the use of shared dll version of libgcc and libstdc++
for proper exception handling but the import library name for shared libstdc++
differs in versions. This patch makes the name of shared libstdc++ configurable.
Comment 1 tono 2011-01-06 12:47:12 UTC
Created attachment 75480 [details]
A patch set for the issue
Comment 2 tono 2011-01-06 12:48:27 UTC
Started in cws mingwport33.
Comment 3 tono 2011-01-09 00:56:23 UTC
Fixed in cws mingwport33.
Comment 4 tono 2011-01-09 01:05:45 UTC
@vg: Please verify. Although the MinGW buildbot is not working well, I have
tested MinGW build locally. MSVC and un*x builds are confirmed on buildbots.
Comment 5 tono 2011-02-26 10:46:57 UTC
Closing the issue as the fix has been integrated.