]> granicus.if.org Git - clang/commit
Only build ARM-specific runtimes if ARM is enabled
authorTim Northover <tnorthover@apple.com>
Wed, 11 Dec 2013 12:01:21 +0000 (12:01 +0000)
committerTim Northover <tnorthover@apple.com>
Wed, 11 Dec 2013 12:01:21 +0000 (12:01 +0000)
commitc9dd46748e1ca90f11414a8cf5fbdfa9e3d0a8b4
tree2d04a08d1b73e1d7b37a51e5159de7d39dc23a5a
parent64d271941379661f2c55be4ead57d4c5126a978f
Only build ARM-specific runtimes if ARM is enabled

The soft-float variants of (embedded) libclang_rt only make sense for ARM, so
there's no point in trying to build them if the compiler is only capable of
targeting x86.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@197033 91177308-0d34-0410-b5e6-96231b3b80d8
runtime/compiler-rt/Makefile