diff options
Diffstat (limited to 'sim/iq2000/configure')
-rwxr-xr-x | sim/iq2000/configure | 23 |
1 files changed, 17 insertions, 6 deletions
diff --git a/sim/iq2000/configure b/sim/iq2000/configure index bf7d321..213800d 100755 --- a/sim/iq2000/configure +++ b/sim/iq2000/configure @@ -631,6 +631,9 @@ ac_includes_default="\ ac_subst_vars='LTLIBOBJS LIBOBJS +sim_reserved_bits +sim_float +sim_bitsize cgen_breaks cgen cgendir @@ -750,16 +753,13 @@ PATH_SEPARATOR SHELL WERROR_CFLAGS WARN_CFLAGS -sim_reserved_bits +sim_scache sim_inline sim_hw sim_hw_objs sim_hw_cflags -sim_default_model -sim_scache -sim_float sim_endian -sim_bitsize +sim_default_model sim_alignment' ac_subst_files='' ac_user_opts=' @@ -11805,7 +11805,6 @@ _ACEOF - wire_endian="BIG" default_endian="" # Check whether --enable-sim-endian was given. @@ -12186,6 +12185,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 |