aboutsummaryrefslogtreecommitdiff
path: root/Makefile.in
AgeCommit message (Collapse)AuthorFilesLines
2022-12-28Fix clean in isa/ with non-default compiler (#443)Alex Shpilkin1-1/+1
The list of active tests in isa/ depends, via the COMPILER_SUPPORTS_* macros, on running the RISC-V compiler, so pass the necessary options when invoking make clean there.
2020-03-29Add debug-check-fast target forAndrew Waterman1-0/+4
This isn't appropriate for regression-testing the debug infrastructure, but is useful as a quick sanity check for unrelated CI runs, where we're just trying to make sure integration isn't totally borked.
2018-03-19Update Makefile to allow for RISCV_PREFIX to be set by the configure --targetrishi1-2/+8
2017-08-10Don't run debug tests as part of build.Tim Newsome1-3/+2
Testing is a separate step. Also fix Issue #64 by adding src_dir to the path to the targets file.
2017-06-23Test gdb/OpenOCD during regular test run.Tim Newsome1-1/+1
2017-05-15Copy debug/programs to the build dir, so debug-check runsPalmer Dabbelt1-1/+2
2017-01-04"make clean" shouldn't fail if "make" wasn't first runAndrew Waterman1-3/+3
2016-09-21Move debug testing from all into debug-check target.Tim Newsome1-2/+2
Fixes issue #30.
2016-08-01Re-enable debug testing. (#20)Tim Newsome1-1/+1
Manually ran all the steps travis does, and the tests pass.
2016-07-22Temporarily stop building debug tests, as they fail in travisAndrew Waterman1-1/+1
@timsifive can you look into why? https://travis-ci.org/riscv/riscv-tools/builds/146759105
2016-07-19Run debug tests from main Makefile.Tim Newsome1-1/+7
2016-07-12Add a "--with-xlen" configure argument (#16)Palmer Dabbelt1-2/+3
The tools had riscv64-unknown-elf-gcc hard-coded all over the place. This lets users override that if they have a 32-bit toolchain.
2016-03-14More RV32 testsAndrew Waterman1-2/+2
2016-03-03Fix ./configure in rootAndrew Waterman1-6/+6
This Makefile is still super ghetto!
2016-02-23make install rule copy the right things to the right placesHoward Mao1-4/+8
2016-02-23fix install ruleHoward Mao1-0/+1
2015-08-06Add a top-level make clean target.Prashanth Mundkur1-1/+6
2013-07-24feature: add autoconfSebastien Mirolo1-0/+18