summaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Expand)Author
2010-03-31Add new build option KERNEL_USE, which compiles with -mkernel and gets propog...Daniel Dunbar
2010-01-19Allow UniversalArchs variable to be overridden on a per-config basis.Daniel Dunbar
2010-01-18Add a VISIBILITY_HIDDEN option, which can be used to make all compiler-rt fun...Daniel Dunbar
2010-01-18Add support for "platform" configurations, which define a suite of compiler-rtDaniel Dunbar
2010-01-18Remove old build logic, this is going to be replaced by a more configurable m...Daniel Dunbar
2010-01-18Rename subdir 'Target' variable to 'Implementation' to be less overloaded.Daniel Dunbar
2010-01-18Add 'SelectFunctionDir' function, to select appropriate function implementati...Daniel Dunbar
2010-01-18Change subdir traversal to primarily cache information about what is availabl...Daniel Dunbar
2010-01-18Simplify subdirectory makefiles, and be more robust by checking that they def...Daniel Dunbar
2010-01-18Add basic make {help,help-hidden} targets.Daniel Dunbar
2010-01-13Tidy up comments, remove whitespace, and rename 'print-%' make debugging targetDaniel Dunbar
2009-09-10Unbreak building of assembly files (broken by my .s -> .S rename).Daniel Dunbar
2009-09-10Include universal build step in 'make {Debug,Release,Profile}' targets.Daniel Dunbar
2009-09-03Support building for a single target architecture.Daniel Dunbar
2009-06-26Initial import of compiler-rt.Daniel Dunbar