On Sat, Feb 18, 2012 at 1:54 AM, Jakub Jelinek <ja...@redhat.com> wrote:
> On Fri, Feb 17, 2012 at 05:20:02PM -0800, H.J. Lu wrote:
>> This patch backports the fix from trunk:
>>
>> http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46770
>>
>> for google/gcc-4_6_2-mobile branch.  This is needed to support C++
>> global constructors/destructiors on Android/x86.  OK for
>> google/gcc-4_6_2-mobile branch?
>
> Don't you want to backport also all the follow-ups on this?
>

The original patch works with cross compile since it is disabled by
default.  For native compile, it works with the default GNU assembler
and linker.  If there are additional failure for native compile, it should
be disabled at configure time.


-- 
H.J.

Reply via email to