diff options
Diffstat (limited to 'gcc/config/linux.h')
-rw-r--r-- | gcc/config/linux.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/config/linux.h b/gcc/config/linux.h index 241e65668f0..e283a9a3305 100644 --- a/gcc/config/linux.h +++ b/gcc/config/linux.h @@ -96,8 +96,6 @@ see the files COPYING3 and COPYING.RUNTIME respectively. If not, see builtin_assert ("system=linux"); \ builtin_assert ("system=unix"); \ builtin_assert ("system=posix"); \ - if (OPTION_ANDROID) \ - builtin_define ("__ANDROID__"); \ } while (0) #if defined(HAVE_LD_EH_FRAME_HDR) |