minor update
This commit is contained in:
4
third_party/Makefile
vendored
4
third_party/Makefile
vendored
@@ -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
|
||||
Reference in New Issue
Block a user