diff options
Diffstat (limited to 'sim/bfin/configure')
-rwxr-xr-x | sim/bfin/configure | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/sim/bfin/configure b/sim/bfin/configure index 8f14a5a..8a0056b 100755 --- a/sim/bfin/configure +++ b/sim/bfin/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 @@ -2894,6 +2896,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 |