File tree 1 file changed +9
-0
lines changed 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change 1547
1547
</config >
1548
1548
</configuration >
1549
1549
1550
+ <!-- On most platforms, g++ would use shared-libstdc++ by default:
1551
+ some features (e.g. thread cancellation) are known to be broken
1552
+ with static linking for C/C++. On the other hand, Ada uses
1553
+ -static-libgcc by default. This static/shared mix would not work.
1554
+ In order to fix that, we follow the choice of C++ (shared libs)
1555
+ when C++ is in the partition.
1556
+ For more details, see eng/gpr/gpr-issues#93 and P918-005. -->
1557
+
1550
1558
<configuration >
1551
1559
<compilers >
1552
1560
<compiler language =" C++" />
1553
1561
</compilers >
1554
1562
<targets >
1555
1563
<target name =" ^.*linux.*$" />
1564
+ <target name =" ^.*fastos.*$" />
1556
1565
<target name =" ^.*sunos.*$" />
1557
1566
<target name =" ^.*solaris.*$" />
1558
1567
<target name =" ^.*mingw.*$" />
You can’t perform that action at this time.
0 commit comments