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