aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorJerry Zhao <jerryz123@berkeley.edu>2023-01-04 09:46:57 -0800
committerJerry Zhao <jerryz123@berkeley.edu>2023-01-04 11:02:14 -0800
commite7f1798b5d44fb28b39e71b793e8cbe9e81ed59d (patch)
tree54a7767fdd2911a6bcf288d232ce6340f1edf971 /configure
parent469405129d5b28dd5e730de7bbf1173b0f841849 (diff)
downloadriscv-isa-sim-e7f1798b5d44fb28b39e71b793e8cbe9e81ed59d.zip
riscv-isa-sim-e7f1798b5d44fb28b39e71b793e8cbe9e81ed59d.tar.gz
riscv-isa-sim-e7f1798b5d44fb28b39e71b793e8cbe9e81ed59d.tar.bz2
Remove --enable-dirty compile option
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure16
1 files changed, 0 insertions, 16 deletions
diff --git a/configure b/configure
index 8511f37..6bec2e3 100755
--- a/configure
+++ b/configure
@@ -1359,8 +1359,6 @@ Optional Features:
--enable-stow Enable stow-based install
--enable-optional-subprojects
Enable all optional subprojects
- --enable-dirty Enable hardware management of PTE accessed and dirty
- bits
--enable-dual-endian Enable support for running target in either
endianness
@@ -6046,20 +6044,6 @@ else
as_fn_error $? "libpthread is required" "$LINENO" 5
fi
-
-# Check whether --enable-dirty was given.
-if test "${enable_dirty+set}" = set; then :
- enableval=$enable_dirty;
-fi
-
-if test "x$enable_dirty" = "xyes"; then :
-
-
-$as_echo "#define RISCV_ENABLE_DIRTY /**/" >>confdefs.h
-
-
-fi
-
# Check whether --enable-dual-endian was given.
if test "${enable_dual_endian+set}" = set; then :
enableval=$enable_dual_endian;