Skip to content

Commit

Permalink
set makefile variables
Browse files Browse the repository at this point in the history
Change-Id: I2b80fbfe6a563c029c8d23d8d4878f13ded4045e
  • Loading branch information
hakase56557 committed May 15, 2023
1 parent 0e6bca7 commit 9eef782
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tests/capstone/o3/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ RUN_TARGETS=$(patsubst %,run-%,$(TARGET_NAMES))
DEBUG_TARGETS=$(patsubst %,debug-%,$(TARGET_NAMES))
MEMCHECK_TARGETS=$(patsubst %,memcheck-%,$(TARGET_NAMES))
RECORD_TARGETS=$(patsubst %,rr-%,$(TARGET_NAMES))
GEM5?=gem5.opt
GEM5?=../../../build/RISCVCapstone/gem5.debug
GEM5_FLAGS?=
GEM5_CONFIG?=config.py
GEM5_CONFIG_FLAGS?=
GEM5_TEST_TIMEOUT?=20
GEM5_CONFIG?=../../../configs/capstone/fast-forward.py
GEM5_CONFIG_FLAGS?=--cpu=o3
GEM5_TEST_TIMEOUT?=0
CAPSTONE_TESTS_CFLAGS?=

GCC=riscv64-unknown-linux-gnu-gcc
Expand Down

0 comments on commit 9eef782

Please sign in to comment.