aboutsummaryrefslogtreecommitdiff
path: root/tests/test.mk
Commit message (Collapse)AuthorAge
* Remove dependency of ALU operation encoding on MIPS instruction format.Pavel Pisa2019-02-07
| | | | Signed-off-by: Pavel Pisa <pisa@cmp.felk.cvut.cz>
* Set MIPS_PREFIX to contain tailing dashKarel Kočí2017-12-11
| | | | | | | It's common practice to have cross compilation prefix with dash as it allows you to not use any prefix at all and still have valid gcc call (although we are checking if we have it set at all but that doesn't matter for now).
* Initial commitKarel Kočí2017-08-30
Adding work done so far.