aboutsummaryrefslogtreecommitdiff
path: root/disasm/disasm.mk.in
AgeCommit message (Collapse)AuthorFilesLines
2023-07-11Move isa_parser_t to libdisasm out of libriscvJerry Zhao1-0/+1
2023-05-19Add Spike's meta files for pkg-configWojciech Bartczak1-0/+2
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.
2021-07-28Significantly speed up compilation with GCCAndrew Waterman1-2/+0
Precompiled headers were broken because they weren't compiled with the same -fPIC setting as the rest of the code. Fix by just making everything use -fPIC.
2020-09-29Partially revert removal of .pc.in files; add disasm.pc.inAbhinay Kayastha1-1/+3
2020-09-22Separate build of spike and spike-dasmAndrew Waterman1-0/+5