diff options
author | Stephen Hines <srhines@google.com> | 2014-08-29 14:43:53 -0700 |
---|---|---|
committer | Stephen Hines <srhines@google.com> | 2014-08-29 15:20:05 -0700 |
commit | 039675adb8882b21e770edac1bd167d7fb489052 (patch) | |
tree | 514f99d0b5b7d6a36e89da899c1e9fc08348e32a /core/clang/TARGET_arm64.mk | |
parent | d0015f7173d4bc2962d3c89b945e9c3bce5cb313 (diff) | |
download | build-039675adb8882b21e770edac1bd167d7fb489052.zip build-039675adb8882b21e770edac1bd167d7fb489052.tar.gz build-039675adb8882b21e770edac1bd167d7fb489052.tar.bz2 |
Fix RS_TRIPLE and RS_TRIPLE_CFLAGS.
Bug: 17333374
Add RS_TRIPLE_CFLAGS to ensure that we build with the proper defines on
targets like x86. This also changes all build targets to use the
proper 32/64-bit triples when creating their runtime libraries.
Change-Id: I8f6175b1a14af6d03ee90f32069f3688ec227fb9
Diffstat (limited to 'core/clang/TARGET_arm64.mk')
-rw-r--r-- | core/clang/TARGET_arm64.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/clang/TARGET_arm64.mk b/core/clang/TARGET_arm64.mk index 98bbeb2..0264321 100644 --- a/core/clang/TARGET_arm64.mk +++ b/core/clang/TARGET_arm64.mk @@ -51,3 +51,4 @@ CLANG_TARGET_GLOBAL_LDFLAGS := \ $(CLANG_CONFIG_arm64_TARGET_EXTRA_LDFLAGS) RS_TRIPLE := aarch64-linux-android +RS_TRIPLE_CFLAGS := |