OSDN Git Service

Fix RS_TRIPLE and RS_TRIPLE_CFLAGS.
authorStephen Hines <srhines@google.com>
Fri, 29 Aug 2014 21:43:53 +0000 (14:43 -0700)
committerStephen Hines <srhines@google.com>
Fri, 29 Aug 2014 22:20:05 +0000 (15:20 -0700)
commit039675adb8882b21e770edac1bd167d7fb489052
tree514f99d0b5b7d6a36e89da899c1e9fc08348e32a
parentd0015f7173d4bc2962d3c89b945e9c3bce5cb313
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
core/clang/TARGET_arm.mk
core/clang/TARGET_arm64.mk
core/clang/TARGET_mips.mk
core/clang/TARGET_mips64.mk
core/clang/TARGET_x86.mk
core/clang/TARGET_x86_64.mk