This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC 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, i386, Android] Enable __ANDROID__ macro for Android i386 target


> On Wed, Feb 22, 2012 at 6:59 AM, Ilya Enkovich <enkovich.gnu@gmail.com> 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 ?<ilya.enkovich@intel.com>
>>
>> ? ? ? ?* 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/config/i386/gnu-user.h
>> index 98d0a25..d317229 100644
>> --- a/gcc/config/i386/gnu-user.h
>> +++ b/gcc/config/i386/gnu-user.h
>> @@ -71,6 +71,7 @@ along with GCC; see the file COPYING3. ?If not see
>> ? do ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? \
>> ? ? { ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?\
>> ? ? ? ?GNU_USER_TARGET_OS_CPP_BUILTINS(); ? ? ?\
>> + ? ? ? ANDROID_TARGET_OS_CPP_BUILTINS(); ? ? ? \
>> ? ? } ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?\
>> ? while (0)
>
> I think this should be done in linux.h, not gnu-user.h.

I fix macro which is defined in gnu-user.h. How do you suppose me to
do it in linux.h?

Ilya
>
> --
> H.J.


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