From 71ce58500a1bbc3b559eb0341c81690489709730 Mon Sep 17 00:00:00 2001 From: Blaise Tine Date: Mon, 6 Dec 2021 14:09:31 -0500 Subject: [PATCH] minor update --- third_party/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/third_party/Makefile b/third_party/Makefile index 88a639c1..4cf70b2d 100644 --- a/third_party/Makefile +++ b/third_party/Makefile @@ -9,7 +9,7 @@ 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 + cd ramulator && git apply ../../miscs/patch/ramulator.patch 2> /dev/null; true $(MAKE) -C ramulator libramulator.a clean: