summaryrefslogtreecommitdiff
path: root/lib/libc/compiler_rt/Makefile.inc
AgeCommit message (Expand)Author
2014-03-02Change remaining "MACHINE_ARCH" to "LIBC_MACHINE_ARCH"matt
2014-02-26Update compiler-rt glue for the new source layout.joerg
2014-01-29Long double support builds for PPC now.joerg
2014-01-18ARM needs __clear_cache.joerg
2014-01-18Must use LIBC_MACHINE_ARCH for deciding whether 64bit support code isjoerg
2014-01-18__fixsfdi is required, __fixdfsi already in softfloat.joerg
2014-01-18Use a separate variable for the use of GCC's unwind code.joerg
2014-01-17Don't use aeabi_dcmp.S and aeabi_fcmp.S on ARM yet, softfloat providesjoerg
2014-01-17Comment out softfloat code until it is decided what to use long term.joerg
2014-01-17__floatunsidf and __floatunsisf are provided by softfloat, butjoerg
2014-01-17Explicitly enumerate platforms that have unwind support to makejoerg
2014-01-16Don't build common quad routines if the platform is 64bit since theymatt
2014-01-15Add profiling helper functions to the build.joerg
2013-12-03Don't include bswap for ARM right now, the routines require ARMv6.joerg
2013-12-03Add ARM (EABI) specific sources. Split off code that requires C11,joerg
2013-07-04Build glue for including compiler-rt in libc, not hooked up yet.joerg