llvm-project/compiler-rt/make/platform
Bob Wilson b1835b7947 Rewrite sw_vers makefile check to avoid error message on Linux.
When building compiler-rt on Linux, the "which sw_vers" check fails and
writes an error message into the build log. Apparently on Solaris "which"
writes the error message to stdout, so that the current test won't even
work properly. As far as I know sw_vers always lives in /usr/bin, so just
check for it there instead of using "which".

llvm-svn: 180792
2013-04-30 17:06:40 +00:00
..
clang_darwin.mk Rewrite sw_vers makefile check to avoid error message on Linux. 2013-04-30 17:06:40 +00:00
clang_darwin_test_input.c lib: Finish int_math.h definitions using compiler builtins and eliminate 2011-11-16 07:33:06 +00:00
clang_linux.mk Add -fno-rtti to ASan runtime cflags on Android. 2013-04-25 14:58:23 +00:00
clang_linux_test_input.c Determine supported archs for compiler-rt libraries on Linux by trying to compile a simple executable 2012-10-09 16:05:50 +00:00
darwin_bni.mk Automatically create .dSYM for libcompiler_rt.dylib when using Apple's internal build system 2012-11-26 22:48:51 +00:00
darwin_fat.mk build/darwin_fat: Drop ppc from default arch list, ppc targets are no longer supported by modern toolchains. 2011-11-15 18:34:22 +00:00
multi_arch.mk build: Change default CC to be clang instead of gcc. 2011-11-15 18:34:17 +00:00