|
|
|
@ -709,6 +709,7 @@ enable_commitlog |
|
|
|
enable_histogram |
|
|
|
enable_dirty |
|
|
|
enable_misaligned |
|
|
|
enable_dual_endian |
|
|
|
' |
|
|
|
ac_precious_vars='build_alias |
|
|
|
host_alias |
|
|
|
@ -1357,6 +1358,8 @@ Optional Features: |
|
|
|
bits |
|
|
|
--enable-misaligned Enable hardware support for misaligned loads and |
|
|
|
stores |
|
|
|
--enable-dual-endian Enable support for running target in either |
|
|
|
endianness |
|
|
|
|
|
|
|
Optional Packages: |
|
|
|
--with-PACKAGE[=ARG] use PACKAGE [ARG=yes] |
|
|
|
@ -4960,6 +4963,19 @@ if test "x$enable_misaligned" = "xyes"; then : |
|
|
|
$as_echo "#define RISCV_ENABLE_MISALIGNED /**/" >>confdefs.h |
|
|
|
|
|
|
|
|
|
|
|
fi |
|
|
|
|
|
|
|
# Check whether --enable-dual-endian was given. |
|
|
|
if test "${enable_dual_endian+set}" = set; then : |
|
|
|
enableval=$enable_dual_endian; |
|
|
|
fi |
|
|
|
|
|
|
|
if test "x$enable_dual_endian" = "xyes"; then : |
|
|
|
|
|
|
|
|
|
|
|
$as_echo "#define RISCV_ENABLE_DUAL_ENDIAN /**/" >>confdefs.h |
|
|
|
|
|
|
|
|
|
|
|
fi |
|
|
|
|
|
|
|
|
|
|
|
|