aboutsummaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorKito Cheng <kito.cheng@sifive.com>2023-11-27 16:58:01 +0800
committerGitHub <noreply@github.com>2023-11-27 16:58:01 +0800
commitc2b4923917aa334f83606d08e0eaf3dddc2c9589 (patch)
tree01a962858e96ed924861a9a9c4dbcd2303430c67 /Makefile.in
parent8e9fb09a0c4b1e566492ee6f42e8c1fa5ef7e0c2 (diff)
parent646653b439ec7d4957b9161ee80a6055b37aff3e (diff)
downloadriscv-gnu-toolchain-c2b4923917aa334f83606d08e0eaf3dddc2c9589.zip
riscv-gnu-toolchain-c2b4923917aa334f83606d08e0eaf3dddc2c9589.tar.gz
riscv-gnu-toolchain-c2b4923917aa334f83606d08e0eaf3dddc2c9589.tar.bz2
Merge pull request #1370 from Incarnation-p-lee/master
Inject CPU options to spike run test from elf file
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 7b7a4df..e8443ca 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -208,7 +208,7 @@ SIM_STAMP:= stamps/build-qemu stamps/install-python-package
else
ifeq ($(SIM),spike)
# Using spike simulator.
-SIM_PATH:=$(srcdir)/scripts/wrapper/spike
+SIM_PATH:=$(srcdir)/scripts/wrapper/spike:$(srcdir)/scripts
SIM_PREPARE:=PATH="$(SIM_PATH):$(INSTALL_DIR)/bin:$(PATH)" PK_PATH="$(INSTALL_DIR)/$(NEWLIB_TUPLE)/bin/" ARCH_STR="$(WITH_ARCH)"
SIM_STAMP:= stamps/build-spike
ifneq (,$(findstring rv32,$(NEWLIB_MULTILIB_NAMES)))