aboutsummaryrefslogtreecommitdiff
path: root/fesvr/fesvr.mk.in
AgeCommit message (Collapse)AuthorFilesLines
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.
2022-12-22Remove non-installed header lists from Makefile fragmentsAndrew Waterman1-3/+1
It's just dead code. (Dependences on headers are auto-generated as `.d` files.)
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-12-29Install config.h into include/fesvrAndrew Waterman1-0/+2
2020-12-28Install fesvr/byteorder.h to fix #622Andrew Waterman1-0/+1
2019-03-31Build fesvr as -fPIC to improve compatibility with old usesAndrew Waterman1-0/+2
2019-03-31Add fesvr; only globally install fesvr headers/libsstatic-linkAndrew Waterman1-0/+38