diff options
author | Ben Cheng <bccheng@google.com> | 2014-02-07 13:16:18 -0800 |
---|---|---|
committer | Ben Cheng <bccheng@google.com> | 2014-02-07 13:16:18 -0800 |
commit | 859c826ffc5d64599c4524f5ca84e5c4210cea96 (patch) | |
tree | cf72f96e063c61f9c72391c21f9434ac44fcdc80 /core | |
parent | 737a51dd7294b0443b4f1ac55372310d635c5121 (diff) | |
download | build-859c826ffc5d64599c4524f5ca84e5c4210cea96.zip build-859c826ffc5d64599c4524f5ca84e5c4210cea96.tar.gz build-859c826ffc5d64599c4524f5ca84e5c4210cea96.tar.bz2 |
Refreshed gcc predefines __ANDROID__
Change-Id: Id76f5a7490fba8190329e5ce3c4b138976a034ce
Diffstat (limited to 'core')
-rw-r--r-- | core/combo/TARGET_linux-arm64.mk | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/core/combo/TARGET_linux-arm64.mk b/core/combo/TARGET_linux-arm64.mk index 83fda7b..2d344de 100644 --- a/core/combo/TARGET_linux-arm64.mk +++ b/core/combo/TARGET_linux-arm64.mk @@ -101,9 +101,6 @@ TARGET_GLOBAL_CFLAGS += \ -Werror=pointer-to-int-cast \ -Werror=int-to-pointer-cast \ -# TODO - remove __ANDROID__ after the next aarch64 toolchain refresh -TARGET_GLOBAL_CFLAGS += -D__ANDROID__=1 - TARGET_GLOBAL_CFLAGS += -fno-strict-volatile-bitfields # This is to avoid the dreaded warning compiler message: |