aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorJerry Zhao <jerryz123@berkeley.edu>2022-12-19 21:21:06 -0800
committerJerry Zhao <jerryz123@berkeley.edu>2022-12-20 14:53:59 -0800
commit919c9a1e3cf8c29beccb5c53d848590388b63cb4 (patch)
tree251709df9a1711a2b27cba7e9586cd974e9646e3 /configure
parente33913c886de930871af818572ee597d4fe78048 (diff)
downloadriscv-isa-sim-919c9a1e3cf8c29beccb5c53d848590388b63cb4.zip
riscv-isa-sim-919c9a1e3cf8c29beccb5c53d848590388b63cb4.tar.gz
riscv-isa-sim-919c9a1e3cf8c29beccb5c53d848590388b63cb4.tar.bz2
Always build with commit logging support
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure16
1 files changed, 0 insertions, 16 deletions
diff --git a/configure b/configure
index 0af582f..2f51fa2 100755
--- a/configure
+++ b/configure
@@ -715,7 +715,6 @@ with_isa
with_priv
with_varch
with_target
-enable_commitlog
enable_histogram
enable_dirty
enable_misaligned
@@ -1362,7 +1361,6 @@ Optional Features:
--enable-stow Enable stow-based install
--enable-optional-subprojects
Enable all optional subprojects
- --enable-commitlog Enable commit log generation
--enable-histogram Enable PC histogram generation
--enable-dirty Enable hardware management of PTE accessed and dirty
bits
@@ -6053,20 +6051,6 @@ else
as_fn_error $? "libpthread is required" "$LINENO" 5
fi
-
-# Check whether --enable-commitlog was given.
-if test "${enable_commitlog+set}" = set; then :
- enableval=$enable_commitlog;
-fi
-
-if test "x$enable_commitlog" = "xyes"; then :
-
-
-$as_echo "#define RISCV_ENABLE_COMMITLOG /**/" >>confdefs.h
-
-
-fi
-
# Check whether --enable-histogram was given.
if test "${enable_histogram+set}" = set; then :
enableval=$enable_histogram;