summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/clang/llvm-config/LibraryDependencies.inc.Mips (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update build infrastructure for LLVM 10.0.0.patrick2020-08-031-21/+30
| | | | | ok hackroom@ tested by plenty
* add Makefile for llvm-configjsg2019-03-051-0/+96
A build time dependency on python is avoided by generating the arch specific list of library components in advance. A 'reconf' target is included to regenerate them. Approach discussed with patrick@