aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJerry Zhao <jerryz123@berkeley.edu>2023-03-27 10:27:59 -0700
committerJerry Zhao <jerryz123@berkeley.edu>2023-03-27 18:23:12 -0700
commit5e366af7735a69f4066f285c91fea068665d52be (patch)
treef781134d97e37918f5773e15d8f0dddcbf69db71
parenta6eb6c2a99ec7a23640d2aee5f3c05dc35c223d9 (diff)
downloadriscv-isa-sim-5e366af7735a69f4066f285c91fea068665d52be.zip
riscv-isa-sim-5e366af7735a69f4066f285c91fea068665d52be.tar.gz
riscv-isa-sim-5e366af7735a69f4066f285c91fea068665d52be.tar.bz2
Update configure/config.h.in
Ran autoreconf in top directory, version 2.69
-rw-r--r--config.h.in5
-rwxr-xr-xconfigure2
2 files changed, 5 insertions, 2 deletions
diff --git a/config.h.in b/config.h.in
index 7f22161..f6755a1 100644
--- a/config.h.in
+++ b/config.h.in
@@ -33,6 +33,9 @@
/* define if the Boost::ASIO library is available */
#undef HAVE_BOOST_ASIO
+/* define if the Boost::Regex library is available */
+#undef HAVE_BOOST_REGEX
+
/* Dynamic library loading is supported */
#undef HAVE_DLOPEN
@@ -114,7 +117,7 @@
/* Define to 1 if you have the ANSI C header files. */
#undef STDC_HEADERS
-/* Default value for --with-target switch */
+/* Default value for --target switch */
#undef TARGET_ARCH
/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
diff --git a/configure b/configure
index 6bec2e3..adb204c 100755
--- a/configure
+++ b/configure
@@ -715,7 +715,6 @@ with_isa
with_priv
with_varch
with_target
-enable_dirty
enable_dual_endian
'
ac_precious_vars='build_alias
@@ -6044,6 +6043,7 @@ else
as_fn_error $? "libpthread is required" "$LINENO" 5
fi
+
# Check whether --enable-dual-endian was given.
if test "${enable_dual_endian+set}" = set; then :
enableval=$enable_dual_endian;