diff options
Diffstat (limited to 'sim/v850/configure')
-rwxr-xr-x | sim/v850/configure | 25 |
1 files changed, 18 insertions, 7 deletions
diff --git a/sim/v850/configure b/sim/v850/configure index d57e476..524b52a 100755 --- a/sim/v850/configure +++ b/sim/v850/configure @@ -631,6 +631,12 @@ ac_includes_default="\ ac_subst_vars='LTLIBOBJS LIBOBJS +sim_hw +sim_hw_objs +sim_hw_cflags +sim_default_model +sim_scache +sim_float cgen_breaks REPORT_BUGS_TEXI REPORT_BUGS_TO @@ -749,12 +755,6 @@ 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' @@ -11797,7 +11797,6 @@ _ACEOF - wire_endian="LITTLE" default_endian="" # Check whether --enable-sim-endian was given. @@ -12105,6 +12104,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 |