summaryrefslogtreecommitdiffstats
path: root/gnu/lib/libcompiler_rt (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Don't build double-double functions since long double is the same as doublekettenis2020-08-141-12/+4
| | | | | | on OpenBSD. ok gkoehler@
* Remove fixtfti.c from ppc-if to unbreak macppc build. I guess kettenis@patrick2020-08-111-2/+1
| | | | | was right that this isn't really needed. Now the list is the same as what we had for the previous compiler-rt version.
* fix path for testing if a .S existsjsg2020-08-111-2/+2
|
* Add build infrastructure for compiler-rt.patrick2020-08-101-0/+320
ok kettenis@