aboutsummaryrefslogtreecommitdiff
path: root/disasm/disasm.mk.in
AgeCommit message (Collapse)AuthorFilesLines
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