aboutsummaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorTsukasa OI <research_trasio@irq.a4lg.com>2023-11-30 05:02:45 +0000
committerTsukasa OI <research_trasio@irq.a4lg.com>2023-11-30 05:10:17 +0000
commitc3bb5cae80ef4d892b0488bdfd8644d6953e7c2a (patch)
treeb121e0ec636c4d52de1716ed52774f5768603002 /Makefile.in
parenta19f6714278f6bef51bc1f87e7e15c812ad645ce (diff)
downloadriscv-gnu-toolchain-c3bb5cae80ef4d892b0488bdfd8644d6953e7c2a.zip
riscv-gnu-toolchain-c3bb5cae80ef4d892b0488bdfd8644d6953e7c2a.tar.gz
riscv-gnu-toolchain-c3bb5cae80ef4d892b0488bdfd8644d6953e7c2a.tar.bz2
Document prerequisite on testing
pyelftools is required for a helper script. This commit adds basic installation guide to install pyelftools and removes "automatic installation" of pyelftools from Makefile.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in6
1 files changed, 1 insertions, 5 deletions
diff --git a/Makefile.in b/Makefile.in
index e8443ca..a1f677a 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -204,7 +204,7 @@ report-gdb: report-gdb-@default_target@
ifeq ($(SIM),qemu)
SIM_PATH:=$(srcdir)/scripts/wrapper/qemu:$(srcdir)/scripts
SIM_PREPARE:=PATH="$(SIM_PATH):$(INSTALL_DIR)/bin:$(PATH)" RISC_V_SYSROOT="$(SYSROOT)"
-SIM_STAMP:= stamps/build-qemu stamps/install-python-package
+SIM_STAMP:= stamps/build-qemu
else
ifeq ($(SIM),spike)
# Using spike simulator.
@@ -906,10 +906,6 @@ stamps/build-pk64: $(PK_SRCDIR) $(PK_SRC_GIT) stamps/build-gcc-newlib-stage2
mkdir -p $(dir $@)
date > $@
-stamps/install-python-package:
- python3 -m pip install --user pyelftools
- date > $@
-
stamps/build-qemu: $(QEMU_SRCDIR) $(QEMU_SRC_GIT)
rm -rf $@ $(notdir $@)
mkdir $(notdir $@)