Line 961... |
Line 961... |
enable_dependency_tracking
|
enable_dependency_tracking
|
enable_profiling
|
enable_profiling
|
enable_execution
|
enable_execution
|
enable_ethphy
|
enable_ethphy
|
enable_range_stats
|
enable_range_stats
|
enable_arith_flag
|
|
enable_debug
|
enable_debug
|
'
|
'
|
ac_precious_vars='build_alias
|
ac_precious_vars='build_alias
|
host_alias
|
host_alias
|
target_alias
|
target_alias
|
Line 1617... |
Line 1616... |
--enable-dependency-tracking do not reject slow dependency extractors
|
--enable-dependency-tracking do not reject slow dependency extractors
|
--enable-profiling generate profiling code
|
--enable-profiling generate profiling code
|
--enable-execution Execution style to use (simple/complex/dynamic)
|
--enable-execution Execution style to use (simple/complex/dynamic)
|
--enable-ethphy compiles sim with ethernet phy support
|
--enable-ethphy compiles sim with ethernet phy support
|
--enable-range-stats Specifies, whether we should do register accesses over time analysis.
|
--enable-range-stats Specifies, whether we should do register accesses over time analysis.
|
--enable-arith-flag Whether arithmethic instructions setflag.
|
|
--enable-debug enable library debugging symbols
|
--enable-debug enable library debugging symbols
|
|
|
Optional Packages:
|
Optional Packages:
|
--with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
|
--with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
|
--without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
|
--without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
|
Line 4552... |
Line 4550... |
if test "${lt_cv_nm_interface+set}" = set; then
|
if test "${lt_cv_nm_interface+set}" = set; then
|
$as_echo_n "(cached) " >&6
|
$as_echo_n "(cached) " >&6
|
else
|
else
|
lt_cv_nm_interface="BSD nm"
|
lt_cv_nm_interface="BSD nm"
|
echo "int some_variable = 0;" > conftest.$ac_ext
|
echo "int some_variable = 0;" > conftest.$ac_ext
|
(eval echo "\"\$as_me:4557: $ac_compile\"" >&5)
|
(eval echo "\"\$as_me:4555: $ac_compile\"" >&5)
|
(eval "$ac_compile" 2>conftest.err)
|
(eval "$ac_compile" 2>conftest.err)
|
cat conftest.err >&5
|
cat conftest.err >&5
|
(eval echo "\"\$as_me:4560: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
|
(eval echo "\"\$as_me:4558: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
|
(eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out)
|
(eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out)
|
cat conftest.err >&5
|
cat conftest.err >&5
|
(eval echo "\"\$as_me:4563: output\"" >&5)
|
(eval echo "\"\$as_me:4561: output\"" >&5)
|
cat conftest.out >&5
|
cat conftest.out >&5
|
if $GREP 'External.*some_variable' conftest.out > /dev/null; then
|
if $GREP 'External.*some_variable' conftest.out > /dev/null; then
|
lt_cv_nm_interface="MS dumpbin"
|
lt_cv_nm_interface="MS dumpbin"
|
fi
|
fi
|
rm -f conftest*
|
rm -f conftest*
|
Line 5763... |
Line 5761... |
fi
|
fi
|
rm -rf conftest*
|
rm -rf conftest*
|
;;
|
;;
|
*-*-irix6*)
|
*-*-irix6*)
|
# Find out which ABI we are using.
|
# Find out which ABI we are using.
|
echo '#line 5768 "configure"' > conftest.$ac_ext
|
echo '#line 5766 "configure"' > conftest.$ac_ext
|
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
|
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
|
(eval $ac_compile) 2>&5
|
(eval $ac_compile) 2>&5
|
ac_status=$?
|
ac_status=$?
|
$as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
|
$as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
|
(exit $ac_status); }; then
|
(exit $ac_status); }; then
|
Line 7132... |
Line 7130... |
# The option is referenced via a variable to avoid confusing sed.
|
# The option is referenced via a variable to avoid confusing sed.
|
lt_compile=`echo "$ac_compile" | $SED \
|
lt_compile=`echo "$ac_compile" | $SED \
|
-e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
|
-e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
|
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
|
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
|
-e 's:$: $lt_compiler_flag:'`
|
-e 's:$: $lt_compiler_flag:'`
|
(eval echo "\"\$as_me:7137: $lt_compile\"" >&5)
|
(eval echo "\"\$as_me:7135: $lt_compile\"" >&5)
|
(eval "$lt_compile" 2>conftest.err)
|
(eval "$lt_compile" 2>conftest.err)
|
ac_status=$?
|
ac_status=$?
|
cat conftest.err >&5
|
cat conftest.err >&5
|
echo "$as_me:7141: \$? = $ac_status" >&5
|
echo "$as_me:7139: \$? = $ac_status" >&5
|
if (exit $ac_status) && test -s "$ac_outfile"; then
|
if (exit $ac_status) && test -s "$ac_outfile"; then
|
# The compiler can only warn and ignore the option if not recognized
|
# The compiler can only warn and ignore the option if not recognized
|
# So say no if there are warnings other than the usual output.
|
# So say no if there are warnings other than the usual output.
|
$ECHO "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' >conftest.exp
|
$ECHO "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' >conftest.exp
|
$SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
|
$SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
|
Line 7471... |
Line 7469... |
# The option is referenced via a variable to avoid confusing sed.
|
# The option is referenced via a variable to avoid confusing sed.
|
lt_compile=`echo "$ac_compile" | $SED \
|
lt_compile=`echo "$ac_compile" | $SED \
|
-e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
|
-e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
|
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
|
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
|
-e 's:$: $lt_compiler_flag:'`
|
-e 's:$: $lt_compiler_flag:'`
|
(eval echo "\"\$as_me:7476: $lt_compile\"" >&5)
|
(eval echo "\"\$as_me:7474: $lt_compile\"" >&5)
|
(eval "$lt_compile" 2>conftest.err)
|
(eval "$lt_compile" 2>conftest.err)
|
ac_status=$?
|
ac_status=$?
|
cat conftest.err >&5
|
cat conftest.err >&5
|
echo "$as_me:7480: \$? = $ac_status" >&5
|
echo "$as_me:7478: \$? = $ac_status" >&5
|
if (exit $ac_status) && test -s "$ac_outfile"; then
|
if (exit $ac_status) && test -s "$ac_outfile"; then
|
# The compiler can only warn and ignore the option if not recognized
|
# The compiler can only warn and ignore the option if not recognized
|
# So say no if there are warnings other than the usual output.
|
# So say no if there are warnings other than the usual output.
|
$ECHO "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' >conftest.exp
|
$ECHO "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' >conftest.exp
|
$SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
|
$SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
|
Line 7576... |
Line 7574... |
# with a dollar sign (not a hyphen), so the echo should work correctly.
|
# with a dollar sign (not a hyphen), so the echo should work correctly.
|
lt_compile=`echo "$ac_compile" | $SED \
|
lt_compile=`echo "$ac_compile" | $SED \
|
-e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
|
-e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
|
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
|
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
|
-e 's:$: $lt_compiler_flag:'`
|
-e 's:$: $lt_compiler_flag:'`
|
(eval echo "\"\$as_me:7581: $lt_compile\"" >&5)
|
(eval echo "\"\$as_me:7579: $lt_compile\"" >&5)
|
(eval "$lt_compile" 2>out/conftest.err)
|
(eval "$lt_compile" 2>out/conftest.err)
|
ac_status=$?
|
ac_status=$?
|
cat out/conftest.err >&5
|
cat out/conftest.err >&5
|
echo "$as_me:7585: \$? = $ac_status" >&5
|
echo "$as_me:7583: \$? = $ac_status" >&5
|
if (exit $ac_status) && test -s out/conftest2.$ac_objext
|
if (exit $ac_status) && test -s out/conftest2.$ac_objext
|
then
|
then
|
# The compiler can only warn and ignore the option if not recognized
|
# The compiler can only warn and ignore the option if not recognized
|
# So say no if there are warnings
|
# So say no if there are warnings
|
$ECHO "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' > out/conftest.exp
|
$ECHO "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' > out/conftest.exp
|
Line 7631... |
Line 7629... |
# with a dollar sign (not a hyphen), so the echo should work correctly.
|
# with a dollar sign (not a hyphen), so the echo should work correctly.
|
lt_compile=`echo "$ac_compile" | $SED \
|
lt_compile=`echo "$ac_compile" | $SED \
|
-e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
|
-e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
|
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
|
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
|
-e 's:$: $lt_compiler_flag:'`
|
-e 's:$: $lt_compiler_flag:'`
|
(eval echo "\"\$as_me:7636: $lt_compile\"" >&5)
|
(eval echo "\"\$as_me:7634: $lt_compile\"" >&5)
|
(eval "$lt_compile" 2>out/conftest.err)
|
(eval "$lt_compile" 2>out/conftest.err)
|
ac_status=$?
|
ac_status=$?
|
cat out/conftest.err >&5
|
cat out/conftest.err >&5
|
echo "$as_me:7640: \$? = $ac_status" >&5
|
echo "$as_me:7638: \$? = $ac_status" >&5
|
if (exit $ac_status) && test -s out/conftest2.$ac_objext
|
if (exit $ac_status) && test -s out/conftest2.$ac_objext
|
then
|
then
|
# The compiler can only warn and ignore the option if not recognized
|
# The compiler can only warn and ignore the option if not recognized
|
# So say no if there are warnings
|
# So say no if there are warnings
|
$ECHO "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' > out/conftest.exp
|
$ECHO "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' > out/conftest.exp
|
Line 10447... |
Line 10445... |
lt_cv_dlopen_self=cross
|
lt_cv_dlopen_self=cross
|
else
|
else
|
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
|
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
|
lt_status=$lt_dlunknown
|
lt_status=$lt_dlunknown
|
cat > conftest.$ac_ext <<_LT_EOF
|
cat > conftest.$ac_ext <<_LT_EOF
|
#line 10452 "configure"
|
#line 10450 "configure"
|
#include "confdefs.h"
|
#include "confdefs.h"
|
|
|
#if HAVE_DLFCN_H
|
#if HAVE_DLFCN_H
|
#include
|
#include
|
#endif
|
#endif
|
Line 10543... |
Line 10541... |
lt_cv_dlopen_self_static=cross
|
lt_cv_dlopen_self_static=cross
|
else
|
else
|
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
|
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
|
lt_status=$lt_dlunknown
|
lt_status=$lt_dlunknown
|
cat > conftest.$ac_ext <<_LT_EOF
|
cat > conftest.$ac_ext <<_LT_EOF
|
#line 10548 "configure"
|
#line 10546 "configure"
|
#include "confdefs.h"
|
#include "confdefs.h"
|
|
|
#if HAVE_DLFCN_H
|
#if HAVE_DLFCN_H
|
#include
|
#include
|
#endif
|
#endif
|
Line 17584... |
Line 17582... |
execution="2"
|
execution="2"
|
{ $as_echo "$as_me:$LINENO: result: dynamic" >&5
|
{ $as_echo "$as_me:$LINENO: result: dynamic" >&5
|
$as_echo "dynamic" >&6; }
|
$as_echo "dynamic" >&6; }
|
;;
|
;;
|
*)
|
*)
|
{ { $as_echo "$as_me:$LINENO: error: \"excecution must one of simple/complex/dynamic\"" >&5
|
{ { $as_echo "$as_me:$LINENO: error: \"execution must one of simple/complex/dynamic\"" >&5
|
$as_echo "$as_me: error: \"excecution must one of simple/complex/dynamic\"" >&2;}
|
$as_echo "$as_me: error: \"execution must one of simple/complex/dynamic\"" >&2;}
|
{ (exit 1); exit 1; }; }
|
{ (exit 1); exit 1; }; }
|
;;
|
;;
|
esac
|
esac
|
|
|
else
|
else
|
Line 17631... |
Line 17629... |
fi
|
fi
|
|
|
{ $as_echo "$as_me:$LINENO: result: ${enable_range_stats-no}" >&5
|
{ $as_echo "$as_me:$LINENO: result: ${enable_range_stats-no}" >&5
|
$as_echo "${enable_range_stats-no}" >&6; }
|
$as_echo "${enable_range_stats-no}" >&6; }
|
|
|
set_arith_flag="0"
|
|
{ $as_echo "$as_me:$LINENO: checking whether arithmethic instructions set flag" >&5
|
|
$as_echo_n "checking whether arithmethic instructions set flag... " >&6; }
|
|
# Check whether --enable-arith_flag was given.
|
|
if test "${enable_arith_flag+set}" = set; then
|
|
enableval=$enable_arith_flag;
|
|
case "$enableval" in
|
|
no) set_arith_flag="0" ;;
|
|
yes) set_arith_flag="1" ;;
|
|
esac
|
|
|
|
fi
|
|
|
|
{ $as_echo "$as_me:$LINENO: result: ${enable_arith_flag-no}" >&5
|
|
$as_echo "${enable_arith_flag-no}" >&6; }
|
|
|
|
# check for --enable-debug argument (for argtable2)
|
# check for --enable-debug argument (for argtable2)
|
# Check whether --enable-debug was given.
|
# Check whether --enable-debug was given.
|
if test "${enable_debug+set}" = set; then
|
if test "${enable_debug+set}" = set; then
|
enableval=$enable_debug;
|
enableval=$enable_debug;
|
case $enableval in
|
case $enableval in
|
Line 17671... |
Line 17653... |
#define RAW_RANGE_STATS $raw_range_stats
|
#define RAW_RANGE_STATS $raw_range_stats
|
_ACEOF
|
_ACEOF
|
|
|
|
|
cat >>confdefs.h <<_ACEOF
|
cat >>confdefs.h <<_ACEOF
|
#define ARITH_SET_FLAG $set_arith_flag
|
|
_ACEOF
|
|
|
|
|
|
cat >>confdefs.h <<_ACEOF
|
|
#define HAVE_ETH_PHY $eth_phy
|
#define HAVE_ETH_PHY $eth_phy
|
_ACEOF
|
_ACEOF
|
|
|
|
|
cat >>confdefs.h <<_ACEOF
|
cat >>confdefs.h <<_ACEOF
|