summaryrefslogtreecommitdiff
path: root/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Add new build option KERNEL_USE, which compiles with -mkernel and gets propog...Daniel Dunbar2010-03-311-1/+7
* Allow UniversalArchs variable to be overridden on a per-config basis.Daniel Dunbar2010-01-191-1/+3
* Add a VISIBILITY_HIDDEN option, which can be used to make all compiler-rt fun...Daniel Dunbar2010-01-181-5/+6
* Add support for "platform" configurations, which define a suite of compiler-rtDaniel Dunbar2010-01-181-4/+143
* Remove old build logic, this is going to be replaced by a more configurable m...Daniel Dunbar2010-01-181-155/+0
* Rename subdir 'Target' variable to 'Implementation' to be less overloaded.Daniel Dunbar2010-01-181-2/+2
* Add 'SelectFunctionDir' function, to select appropriate function implementati...Daniel Dunbar2010-01-181-15/+5
* Change subdir traversal to primarily cache information about what is availabl...Daniel Dunbar2010-01-181-1/+29
* Simplify subdirectory makefiles, and be more robust by checking that they def...Daniel Dunbar2010-01-181-2/+9
* Add basic make {help,help-hidden} targets.Daniel Dunbar2010-01-181-0/+21
* Tidy up comments, remove whitespace, and rename 'print-%' make debugging targetDaniel Dunbar2010-01-131-14/+11
* Unbreak building of assembly files (broken by my .s -> .S rename).Daniel Dunbar2009-09-101-0/+5
* Include universal build step in 'make {Debug,Release,Profile}' targets.Daniel Dunbar2009-09-101-0/+3
* Support building for a single target architecture.Daniel Dunbar2009-09-031-5/+10
* Initial import of compiler-rt.Daniel Dunbar2009-06-261-0/+194