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>
Tue, 2 Sep 2014 16:41:03 +0000 (09:41 -0700)
commit41b83d6d3c4baa19d2a34cef5eef730b59555cfa
tree8740622ba68b46be248033da71ffe51648ea385b
parent424296a4e811f57ada27be68d60aeb5fcb1bb45b
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.

(cherry picked from commit 039675adb8882b21e770edac1bd167d7fb489052)

Change-Id: Ib7b5bb7aae5abcad9ab477a00e368179d0121091
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