aboutsummaryrefslogtreecommitdiff
path: root/Makefile.in
AgeCommit message (Expand)AuthorFilesLines
2024-03-03Don't include subproject headers with -IAndrew Waterman1-1/+1
2024-01-24Compile with C++2arbuchner1-1/+1
2023-07-11build: Support project-defined LDFLAGSJerry Zhao1-3/+3
2023-06-21Remove duplicate compile optionsdemin.han1-1/+1
2023-06-18Makefile: fix type in check targetPhilipp Tomsich1-1/+1
2023-06-17Restore MCPPBS unit-testing flowAndrew Waterman1-16/+5
2023-05-19Add Spike's meta files for pkg-configWojciech Bartczak1-1/+1
2022-12-22Remove dead code in Makefile.inAndrew Waterman1-3/+0
2022-12-22Remove non-installed header lists from Makefile fragmentsAndrew Waterman1-1/+0
2022-12-21Fix build nondeterminism by deleting archives before recreatingAndrew Waterman1-0/+1
2022-10-19Fix forced linking when compiling headersbluew1-1/+1
2022-09-28Fix build using Xcode 14Andrew Waterman1-1/+1
2022-09-22Propagate CFLAGS passed to configure into CXXFLAGSAndrew Waterman1-1/+1
2022-03-18Compile using C++17 standardScott Johnson1-1/+1
2021-11-26Fix link error on MojaveAndrew Waterman1-2/+2
2021-11-08Revert "Disable clang PCH when boost is present"Andrew Waterman1-1/+1
2021-10-15Disable clang PCH when boost is presentAndrew Waterman1-1/+1
2021-10-15Fix another clang warningAndrew Waterman1-1/+1
2021-08-03configure for boost libemelcher1-3/+3
2021-07-29Enable precompiled headers when using clangtestAndrew Waterman1-3/+3
2021-07-28Significantly speed up compilation with GCCAndrew Waterman1-1/+1
2020-12-29Install config.h into include/fesvrAndrew Waterman1-2/+11
2020-09-22Only install pkg-config files for libraries that are installedAndrew Waterman1-1/+1
2020-09-22Separate build of spike and spike-dasmAndrew Waterman1-0/+1
2020-06-10ext: build libriscv PIC to make it linkable to ext libraryChih-Min Chao1-1/+1
2020-02-27Allow overriding CFLAGS and similar when buildingRupert Swarbrick1-9/+36
2019-10-18Add user write permissions to installed filesAndrew Waterman1-2/+2
2019-07-19Link with libsoftfloat.a (but still build libsoftfloat.so)Andrew Waterman1-4/+4
2019-07-11Fix support for 32-bit hosts (but no V extension in that case!)Andrew Waterman1-0/+2
2019-06-07build: build softfloat with pic and provide shared libraryChih-Min Chao1-0/+5
2019-05-02allow prefix to be overriden (#298)Scott Beamer1-1/+1
2019-05-01simplify flags with ar to improve bsd ar compatabilityScott Beamer1-1/+1
2019-03-31Build fesvr as -fPIC to improve compatibility with old usesAndrew Waterman1-2/+2
2019-03-31Add fesvr; only globally install fesvr headers/libsstatic-linkAndrew Waterman1-18/+8
2019-03-30Don't install generated headersAndrew Waterman1-1/+1
2019-03-30Statically link the built-in librariesAndrew Waterman1-11/+10
2017-05-23Disable -Werror when buildingPalmer Dabbelt1-2/+2
2017-01-06Comply with GNU coding standards.David Craven1-2/+2
2016-11-11Ensure that g++ knows it is building a PCH (#75)Ben Gamari1-1/+1
2016-09-06Remove generic debug tests. (#65)Tim Newsome1-2/+1
2016-06-09make check: Fail if the tests failedJonathan Neuschäfer1-2/+4
2016-06-02Fix 'make check' when run from build directory.Tim Newsome1-2/+2
2016-06-01Fix build when not building inside root directoryAndrew Waterman1-1/+1
2016-05-23Actually run the ebreak test.Tim Newsome1-1/+2
2016-05-23Rename gdbserver-smoke.py to gdbserver.py.Tim Newsome1-1/+1
2016-05-23Treat warnings as errors.Tim Newsome1-2/+2
2016-05-23Add some tests that pass and test something.Tim Newsome1-1/+1
2016-05-23Flush icache when using swbps and report to gdb.Tim Newsome1-3/+4
2016-05-23Add very basic 'make check'.Tim Newsome1-2/+14
2016-05-23Make 'make check' not hang forever.Tim Newsome1-1/+1