From e7f1798b5d44fb28b39e71b793e8cbe9e81ed59d Mon Sep 17 00:00:00 2001 From: Jerry Zhao Date: Wed, 4 Jan 2023 09:46:57 -0800 Subject: Remove --enable-dirty compile option --- riscv/riscv.ac | 5 ----- 1 file changed, 5 deletions(-) (limited to 'riscv') diff --git a/riscv/riscv.ac b/riscv/riscv.ac index cb921ef..0b879db 100644 --- a/riscv/riscv.ac +++ b/riscv/riscv.ac @@ -39,11 +39,6 @@ AC_SEARCH_LIBS([dlopen], [dl dld], [ AC_CHECK_LIB(pthread, pthread_create, [], [AC_MSG_ERROR([libpthread is required])]) -AC_ARG_ENABLE([dirty], AS_HELP_STRING([--enable-dirty], [Enable hardware management of PTE accessed and dirty bits])) -AS_IF([test "x$enable_dirty" = "xyes"], [ - AC_DEFINE([RISCV_ENABLE_DIRTY],,[Enable hardware management of PTE accessed and dirty bits]) -]) - AC_ARG_ENABLE([dual-endian], AS_HELP_STRING([--enable-dual-endian], [Enable support for running target in either endianness])) AS_IF([test "x$enable_dual_endian" = "xyes"], [ AC_DEFINE([RISCV_ENABLE_DUAL_ENDIAN],,[Enable support for running target in either endianness]) -- cgit v1.1