diff options
Diffstat (limited to 'sim/riscv')
-rw-r--r-- | sim/riscv/ChangeLog | 4 | ||||
-rwxr-xr-x | sim/riscv/configure | 7 |
2 files changed, 11 insertions, 0 deletions
diff --git a/sim/riscv/ChangeLog b/sim/riscv/ChangeLog index dc3f372..bcb630a 100644 --- a/sim/riscv/ChangeLog +++ b/sim/riscv/ChangeLog @@ -1,3 +1,7 @@ +2021-06-22 Mike Frysinger <vapier@gentoo.org> + + * configure: Regenerate. + 2021-06-21 Mike Frysinger <vapier@gentoo.org> * aclocal.m4: Regenerate. diff --git a/sim/riscv/configure b/sim/riscv/configure index 2020e25..b8b789a 100755 --- a/sim/riscv/configure +++ b/sim/riscv/configure @@ -584,6 +584,8 @@ PACKAGE_URL= ac_unique_file="Makefile.in" ac_subst_vars='LTLIBOBJS LIBOBJS +SIM_COMMON_BUILD_FALSE +SIM_COMMON_BUILD_TRUE sim_reserved_bits sim_scache sim_float @@ -1789,6 +1791,11 @@ ac_config_commands="$ac_config_commands stamp-h" +SIM_COMMON_BUILD_TRUE='#' +SIM_COMMON_BUILD_FALSE= + + + cat >confcache <<\_ACEOF # This file is a shell script that caches the results of configure # tests run on this system so they can be shared between configure |