diff options
Diffstat (limited to 'sim/rl78/configure')
-rwxr-xr-x | sim/rl78/configure | 35 |
1 files changed, 23 insertions, 12 deletions
diff --git a/sim/rl78/configure b/sim/rl78/configure index 1ecbeed..6f350ed 100755 --- a/sim/rl78/configure +++ b/sim/rl78/configure @@ -631,6 +631,16 @@ ac_includes_default="\ ac_subst_vars='LTLIBOBJS LIBOBJS +sim_reserved_bits +sim_hw +sim_hw_objs +sim_hw_cflags +sim_default_model +sim_scache +sim_float +sim_endian +sim_bitsize +sim_alignment cgen_breaks REPORT_BUGS_TEXI REPORT_BUGS_TO @@ -747,17 +757,7 @@ PATH_SEPARATOR SHELL WERROR_CFLAGS WARN_CFLAGS -sim_reserved_bits -sim_inline -sim_hw -sim_hw_objs -sim_hw_cflags -sim_default_model -sim_scache -sim_float -sim_endian -sim_bitsize -sim_alignment' +sim_inline' ac_subst_files='' ac_user_opts=' enable_option_checking @@ -11783,7 +11783,6 @@ _ACEOF - # Check whether --enable-werror was given. if test "${enable_werror+set}" = set; then : enableval=$enable_werror; case "${enableval}" in @@ -11910,6 +11909,18 @@ ac_config_commands="$ac_config_commands Makefile" ac_config_commands="$ac_config_commands stamp-h" + + + + + + + + + + + + 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 |