summaryrefslogtreecommitdiff
path: root/make/util.mk
AgeCommit message (Collapse)Author
2010-10-14make: Add CheckCommandLineOverrides to my little Makefile library, a routine forDaniel Dunbar
validating the variables set on the make command line. git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@116517 91177308-0d34-0410-b5e6-96231b3b80d8
2010-01-18Add support for "platform" configurations, which define a suite of compiler-rtDaniel Dunbar
libraries to generate. - Each library may be built with different flags and for different architectures, and there is support for building Darwin style fat archives. - Uses an ambituous amount of make programming, but should be hidden to users and developers. git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@93720 91177308-0d34-0410-b5e6-96231b3b80d8
2010-01-18Add more make utility functions.Daniel Dunbar
- With tests. :) git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@93716 91177308-0d34-0410-b5e6-96231b3b80d8
2010-01-18Simplify subdirectory makefiles, and be more robust by checking that they ↵Daniel Dunbar
define the appropriate variables. git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@93714 91177308-0d34-0410-b5e6-96231b3b80d8
2010-01-13Tidy up comments, remove whitespace, and rename 'print-%' make debugging targetDaniel Dunbar
to 'make-print-%' to match LLVM. git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@93319 91177308-0d34-0410-b5e6-96231b3b80d8
2009-06-26Initial import of compiler-rt.Daniel Dunbar
- git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@74292 91177308-0d34-0410-b5e6-96231b3b80d8