aboutsummaryrefslogtreecommitdiff
path: root/customext/customext.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-10-05Fix Mac OS buildAndrew Waterman1-0/+1
2020-06-10ext: add simple sifive cflush extensionChih-Min Chao1-0/+1
just check the execution privilege Signed-off-by: Chih-Min Chao <chihmin.chao@sifive.com>
2020-06-10ext: rename libdummy_rocc by libcustomextChih-Min Chao1-0/+11
make library name general for multiple custom extension built in one shared library. Signed-off-by: Chih-Min Chao <chihmin.chao@sifive.com>