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

Ilya Enkovich enkovich.gnu@gmail.com
Wed Feb 22 15:08:00 GMT 2012


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)



More information about the Gcc-patches mailing list