summaryrefslogtreecommitdiffstats
path: root/gnu/lib/libcompiler_rt/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2020-08-14Don't build double-double functions since long double is the same as doublekettenis1-12/+4
on OpenBSD. ok gkoehler@
2020-08-11Remove fixtfti.c from ppc-if to unbreak macppc build. I guess kettenis@patrick1-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.
2020-08-11fix path for testing if a .S existsjsg1-2/+2
2020-08-10Add build infrastructure for compiler-rt.patrick1-0/+320
ok kettenis@