Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-09-22 | Only install pkg-config files for libraries that are installed | Andrew Waterman | 1 | -12/+0 | |
Resolves #549 | |||||
2020-04-26 | fdt: import fdt library from OpenSBI | Chih-Min Chao | 1 | -1/+1 | |
Signed-off-by: Chih-Min Chao <chihmin.chao@sifive.com> | |||||
2016-01-24 | Remove hwacha support | Andrew Waterman | 1 | -1/+1 | |
Support for hwacha will continue on the ESP branch (see https://github.com/ucb-bar/esp-isa-sim). | |||||
2015-05-13 | Install pkg-config files for Spike | Palmer Dabbelt | 1 | -0/+12 | |
The actual Spike package consists of a whole bunch of libraries. This installs a pkg-config file for each generated library, and a meta pkg-config file (riscv-spike.pc) that links in all the other Spike libraries except dummy_rocc (which I figure isn't interesting). This allows me to package and install spike, and then use that package to build an extension library (so I don't have to fork Spike for my own ISA extension). |