Browse Source
This commit adds the *.pc files for Spike's simulation library, enabling dynamic and static linking without the need to directly reference Spike sources. Using Spike as a stand-alone library provides an interesting option for developing tools and applications based on Spike.pull/1346/head
7 changed files with 22 additions and 1 deletions
@ -0,0 +1,11 @@ |
|||||
|
prefix=@prefix@ |
||||
|
exec_prefix=@prefix@ |
||||
|
libdir=@libdir@ |
||||
|
includedir=@includedir@ |
||||
|
|
||||
|
Name: riscv-riscv |
||||
|
Description: RISC-V |
||||
|
Version: git |
||||
|
Libs: -Wl,-rpath,${libdir} -L${libdir} -lriscv |
||||
|
Cflags: -I${includedir} |
||||
|
URL: http://riscv.org/download.html#tab_spike |
||||
Loading…
Reference in new issue