Re: [PATCH, i386, Android] Enable __ANDROID__ macro for Android i386 target

2012-03-29 Thread Jan Hubicka
> > > > Undef TARGET_OS_CPP_BUILTINS and define TARGET_OS_CPP_BUILTINS > > in linux.h with GNU_USER_TARGET_OS_CPP_BUILTINS and > > ANDROID_TARGET_OS_CPP_BUILTINS. > > > > > > -- > > H.J. > > Hello, > > Here is a variant with linux.h modification. Does it look fine? OK, Honza

Re: [PATCH, i386, Android] Enable __ANDROID__ macro for Android i386 target

2012-03-28 Thread Maxim Kuvyrkov
On 28/02/2012, at 3:39 AM, Ilya Enkovich wrote: >> >> Undef TARGET_OS_CPP_BUILTINS and define TARGET_OS_CPP_BUILTINS >> in linux.h with GNU_USER_TARGET_OS_CPP_BUILTINS and >> ANDROID_TARGET_OS_CPP_BUILTINS. >> >> >> -- >> H.J. > > Hello, > > Here is a variant with linux.h modification. Does i

Re: [PATCH, i386, Android] Enable __ANDROID__ macro for Android i386 target

2012-03-28 Thread Jing Yu
This patch looks good for Android toolchain. But I am not a maintainer. Can any x86 backend maintainer help to review the patch? Thanks, Jing On Tue, Mar 27, 2012 at 6:56 AM, Ilya Enkovich wrote: > Ping > > 13 марта 2012 г. 15:12 пользователь Ilya Enkovich > написал: >> Ping >> >> 27 февраля 20

Re: [PATCH, i386, Android] Enable __ANDROID__ macro for Android i386 target

2012-03-27 Thread Ilya Enkovich
Ping 13 марта 2012 г. 15:12 пользователь Ilya Enkovich написал: > Ping > > 27 февраля 2012 г. 6:39 пользователь Ilya Enkovich > написал: >>> >>> Undef TARGET_OS_CPP_BUILTINS and define TARGET_OS_CPP_BUILTINS >>> in linux.h with GNU_USER_TARGET_OS_CPP_BUILTINS and >>> ANDROID_TARGET_OS_CPP_BUILTI

Re: [PATCH, i386, Android] Enable __ANDROID__ macro for Android i386 target

2012-03-13 Thread Ilya Enkovich
Ping 27 февраля 2012 г. 6:39 пользователь Ilya Enkovich написал: >> >> Undef TARGET_OS_CPP_BUILTINS and define TARGET_OS_CPP_BUILTINS >> in linux.h with GNU_USER_TARGET_OS_CPP_BUILTINS and >> ANDROID_TARGET_OS_CPP_BUILTINS. >> >> >> -- >> H.J. > > Hello, > > Here is a variant with linux.h modific

Re: [PATCH, i386, Android] Enable __ANDROID__ macro for Android i386 target

2012-02-27 Thread Ilya Enkovich
> > Undef TARGET_OS_CPP_BUILTINS and define TARGET_OS_CPP_BUILTINS > in linux.h with GNU_USER_TARGET_OS_CPP_BUILTINS and > ANDROID_TARGET_OS_CPP_BUILTINS. > > > -- > H.J. Hello, Here is a variant with linux.h modification. Does it look fine? Thanks, Ilya -- 2012-02-27 Enkovich Ilya *

Re: [PATCH, i386, Android] Enable __ANDROID__ macro for Android i386 target

2012-02-24 Thread H.J. Lu
On Fri, Feb 24, 2012 at 1:51 AM, Ilya Enkovich wrote: >> On Wed, Feb 22, 2012 at 6:59 AM, Ilya Enkovich >> wrote: >>> Hello, >>> >>> Here is a one-line fix to enable __ANDROID__ macro on i386 Android >>> target. OK for trunk? >>> >>> Thanks, >>> Ilya >>> -- >>> >>> 2012-02-22  Enkovich Ilya   >>

Re: [PATCH, i386, Android] Enable __ANDROID__ macro for Android i386 target

2012-02-24 Thread Ilya Enkovich
> On Wed, Feb 22, 2012 at 6:59 AM, Ilya Enkovich wrote: >> Hello, >> >> Here is a one-line fix to enable __ANDROID__ macro on i386 Android >> target. OK for trunk? >> >> Thanks, >> Ilya >> -- >> >> 2012-02-22  Enkovich Ilya   >> >>        * gcc/config/i386/gnu-user.h (TARGET_OS_CPP_BUILTINS): Add

Re: [PATCH, i386, Android] Enable __ANDROID__ macro for Android i386 target

2012-02-22 Thread H.J. Lu
On Wed, Feb 22, 2012 at 6:59 AM, Ilya Enkovich wrote: > Hello, > > Here is a one-line fix to enable __ANDROID__ macro on i386 Android > target. OK for trunk? > > Thanks, > Ilya > -- > > 2012-02-22  Enkovich Ilya   > >        * gcc/config/i386/gnu-user.h (TARGET_OS_CPP_BUILTINS): Add >        ANDRO

[PATCH, i386, Android] Enable __ANDROID__ macro for Android i386 target

2012-02-22 Thread Ilya Enkovich
Hello, Here is a one-line fix to enable __ANDROID__ macro on i386 Android target. OK for trunk? Thanks, Ilya -- 2012-02-22 Enkovich Ilya * gcc/config/i386/gnu-user.h (TARGET_OS_CPP_BUILTINS): Add ANDROID_TARGET_OS_CPP_BUILTINS. diff --git a/gcc/config/i386/gnu-user.h b/gcc/