summaryrefslogtreecommitdiff
path: root/make/lib_platforms.mk
Commit message (Collapse)AuthorAge
* Allow UniversalArchs variable to be overridden on a per-config basis.Daniel Dunbar2010-01-19
| | | | git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@93816 91177308-0d34-0410-b5e6-96231b3b80d8
* Add support for "platform" configurations, which define a suite of compiler-rtDaniel Dunbar2010-01-18
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