summaryrefslogtreecommitdiff
path: root/lib/libcompiler_rt/Makefile
AgeCommit message (Expand)Author
2017-09-08In compiler-rt, a few assembler implementations for i386 floating pointChristian Weisgerber
2017-08-04Enable atomic support functions.Mark Kettenis
2017-05-09Enable TLS support but default to the emulatated TLS model. Enable theMark Kettenis
2017-04-17Change build infrastructure to allow building both gcc and clang. ThisMark Kettenis
2017-04-09Add a few missing quad-precision support functions on arm64 and reorder theMark Kettenis
2017-01-20Depend compilation on the compiler version, so that we can alwaysPatrick Wildt
2017-01-11Build a bunch more floating point helpers for AArch64.Patrick Wildt
2016-09-19Don't build saveFP/restFP for powerpc. Not needed on OpenBSD.Pascal Stumpf
2016-09-19Add non-VFP arm-specific code.Mark Kettenis
2016-09-05Add libcompiler_rt Makefile.Pascal Stumpf