This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH 6/6] Add support for Bionic to libstdc++


On 5/20/10 8:07 PM, Maxim Kuvyrkov wrote:
This patch adds lightly tested support for Bionic to libstdc++.

Here are a few additional notes and an updated patch; the only change is removal of the explicit "-fexceptions" option from the libstdc++'s configure exception test.


The explicit "-fexceptions" was a leftover from my experiments on building libstdc++ without exceptions and RTTI, which are the defaults when compiling for Android.

The patch is quite simple, the main bulk of the changes -- config/os/bionic/* -- is a copy of config/os/newlib/* with minor adjustments to remove unnecessary handling of Cygwin.

The patch was tested by Jing Yu and is on par with current libstdc++ support in Android.

OK to check in?

Thank you,

--
Maxim Kuvyrkov
CodeSourcery
maxim@codesourcery.com
(650) 331-3385 x724

Attachment: 0006-Add-support-for-Bionic-to-libstdc.ChangeLog
Description: Text document

Attachment: 0006-Add-support-for-Bionic-to-libstdc.patch
Description: Text document


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]