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.enkov...@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)