minor update

This commit is contained in:
Blaise Tine
2021-12-06 13:17:51 -05:00
parent b741807f8c
commit 30d9d3e956
2 changed files with 49 additions and 1 deletions

View File

@@ -9,10 +9,12 @@ softfloat:
SPECIALIZE_TYPE=RISCV SOFTFLOAT_OPTS="-fPIC -DSOFTFLOAT_ROUND_ODD -DINLINE_LEVEL=5 -DSOFTFLOAT_FAST_DIV32TO16 -DSOFTFLOAT_FAST_DIV64TO32" $(MAKE) -C softfloat/build/Linux-x86_64-GCC
ramulator:
cd ramulator && git apply -R ../../miscs/patch/ramulator.patch 2> /dev/null
$(MAKE) -C ramulator libramulator.a
clean:
$(MAKE) clean -C cocogfx
$(MAKE) -C cocogfx clean
$(MAKE) -C softfloat/build/Linux-x86_64-GCC clean
$(MAKE) -C ramulator clean
.PHONY: all fpnew cocogfx softfloat ramulator