aboutsummaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorKito Cheng <kito.cheng@sifive.com>2020-12-02 14:26:25 +0800
committerKito Cheng <kito.cheng@sifive.com>2020-12-02 14:26:25 +0800
commiteb159f240d4ed3cd499758c18f309adf8a81662c (patch)
treee54dc6324cd8306660c11da27c334e280533d83e /Makefile.in
parent268cfe2f4d0e9ef916278005bc72b172afb3e9da (diff)
downloadriscv-gnu-toolchain-eb159f240d4ed3cd499758c18f309adf8a81662c.zip
riscv-gnu-toolchain-eb159f240d4ed3cd499758c18f309adf8a81662c.tar.gz
riscv-gnu-toolchain-eb159f240d4ed3cd499758c18f309adf8a81662c.tar.bz2
Fix simulator dependency for spike
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in
index 5eabdc9..cedcbfb 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -173,10 +173,10 @@ SIM_PATH:=$(srcdir)/scripts/wrapper/spike
SIM_PREPARE:=PATH="$(SIM_PATH):$(INSTALL_DIR)/bin:$(PATH)" PK_PATH="$(INSTALL_DIR)/$(NEWLIB_TUPLE)/bin/"
SIM_STAMP:= stamps/build-spike
ifneq (,$(findstring rv32,$(NEWLIB_MULTILIB_NAMES)))
-SIM_STAMP:= stamps/build-pk32
+SIM_STAMP+= stamps/build-pk32
endif
ifneq (,$(findstring rv64,$(NEWLIB_MULTILIB_NAMES)))
-SIM_STAMP:= stamps/build-pk64
+SIM_STAMP+= stamps/build-pk64
endif
else
ifeq ($(SIM),gdb)