llvm-project/compiler-rt/make
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
..
platform Rewrite sw_vers makefile check to avoid error message on Linux. 2013-04-30 17:06:40 +00:00
test Add support for "platform" configurations, which define a suite of compiler-rt 2010-01-18 06:49:33 +00:00
AppleBI.mk update how libcompiler_rt.dylib links under libSystem.dylib on MacOSX 2013-03-05 00:16:52 +00:00
config.mk Automatically create .dSYM for libcompiler_rt.dylib when using Apple's internal build system 2012-11-26 22:48:51 +00:00
filter-inputs
lib_info.mk Automatically create .dSYM for libcompiler_rt.dylib when using Apple's internal build system 2012-11-26 22:48:51 +00:00
lib_platforms.mk Allow UniversalArchs variable to be overridden on a per-config basis. 2010-01-19 00:01:15 +00:00
lib_util.mk Add support for "platform" configurations, which define a suite of compiler-rt 2010-01-18 06:49:33 +00:00
options.mk Automatically create .dSYM for libcompiler_rt.dylib when using Apple's internal build system 2012-11-26 22:48:51 +00:00
subdir.mk 80 columns 2012-06-14 19:58:46 +00:00
util.mk make: Add CheckCommandLineOverrides to my little Makefile library, a routine for 2010-10-14 21:23:37 +00:00