summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/clang
AgeCommit message (Expand)Author
2017-01-14Update clang build infrastructure for LLVM 3.9.1Patrick Wildt
2017-01-07Only install header files relevant for the architecture we're targeting.Mark Kettenis
2017-01-06Don't install standard C headers for which we already have a proper systemMark Kettenis
2016-12-20Compile clang with clang by default instead of egcc. This allows ourPatrick Wildt
2016-11-24Add AArch64 backend build infrastructure.Patrick Wildt
2016-09-19Add PowerPC backend build infrastructure.Pascal Stumpf
2016-09-18On arm, set the "triple" to armv7-unknown-openbsdX.Y-gnueabi. This makes theMark Kettenis
2016-09-17Add missing build infrastructure for arm.Mark Kettenis
2016-09-08Have "make cleandir" work everywhere in the clang tree.Pascal Stumpf
2016-09-05Fix "make depend".Pascal Stumpf
2016-09-05I was bound to forget some files ...Pascal Stumpf
2016-09-05LLVM/Clang build system. This only builds the bare minimum of what is neededPascal Stumpf