On Mon, Feb 27, 2012 at 12:28 AM, Ilya Enkovich wrote:
>> My comment is(was) not on the format of the patch. Instead, I am
>> thinking whether Android toolchain customer, which is Android AOSP,
>> wants this patch.
>>
>> I don't know the scenario behind this patch. I think the question
>> behind t
> My comment is(was) not on the format of the patch. Instead, I am
> thinking whether Android toolchain customer, which is Android AOSP,
> wants this patch.
>
> I don't know the scenario behind this patch. I think the question
> behind this patch is, if RTTI and exceptions are enabled by default,
>
My comment is(was) not on the format of the patch. Instead, I am
thinking whether Android toolchain customer, which is Android AOSP,
wants this patch.
I don't know the scenario behind this patch. I think the question
behind this patch is, if RTTI and exceptions are enabled by default,
who is suppo
On Fri, Feb 24, 2012 at 11:22 AM, Ilya Enkovich wrote:
>> On Wed, Feb 22, 2012 at 3:57 PM, Ilya Enkovich
>> wrote:
>>> Hello,
>>>
>>> Here is a simple patch which enables exceptions and RTTI by default
>>> for Android target. OK for trunk?
>>
>> Err - isn't that the default? Thus, simply delete
> On Wed, Feb 22, 2012 at 3:57 PM, Ilya Enkovich wrote:
>> Hello,
>>
>> Here is a simple patch which enables exceptions and RTTI by default
>> for Android target. OK for trunk?
>
> Err - isn't that the default? Thus, simply delete the bogus spec?
>
> Richard.
>
>
Hi,
Is following patch OK or it'
On Wed, Feb 22, 2012 at 8:20 PM, Jing Yu wrote:
> So far, Android ARM toolchain, which builds Android platform for ARM
> boards, does not enable RTTI and exceptions by default. There are
> license concerns with the use of GNU libstdc++ and libsupc++.
That, of course, does not answer my question w
On Wed, Feb 22, 2012 at 11:20 AM, Jing Yu wrote:
> So far, Android ARM toolchain, which builds Android platform for ARM
> boards, does not enable RTTI and exceptions by default. There are
> license concerns with the use of GNU libstdc++ and libsupc++.
>
I am not a lawyer. From
http://www.gnu.or
So far, Android ARM toolchain, which builds Android platform for ARM
boards, does not enable RTTI and exceptions by default. There are
license concerns with the use of GNU libstdc++ and libsupc++.
Thanks,
Jing
On Wed, Feb 22, 2012 at 7:07 AM, Richard Guenther
wrote:
> On Wed, Feb 22, 2012 at 3:5
On Wed, Feb 22, 2012 at 3:57 PM, Ilya Enkovich wrote:
> Hello,
>
> Here is a simple patch which enables exceptions and RTTI by default
> for Android target. OK for trunk?
Err - isn't that the default? Thus, simply delete the bogus spec?
Richard.
> Thanks,
> Ilya
> --
>
> 2012-02-22 Enkovich