OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /openrisc/trunk/or1ksim/autom4te.cache
    from Rev 226 to Rev 233
    Reverse comparison

Rev 226 → Rev 233

/output.1
1,7 → 1,7
@%:@! /bin/sh
@%:@ From configure.ac Id: configure.ac 224 2010-07-30 10:44:22Z jeremybennett using automake version AC_ACVERSION.
@%:@ From configure.ac Id: configure.ac 230 2010-08-01 18:29:47Z jeremybennett using automake version AC_ACVERSION.
@%:@ Guess values for system-dependent variables and create Makefiles.
@%:@ Generated by GNU Autoconf 2.64 for or1ksim 2010-07-30.
@%:@ Generated by GNU Autoconf 2.64 for or1ksim 2010-08-01.
@%:@
@%:@ Report bugs to <openrisc@opencores.org>.
@%:@
719,8 → 719,8
# Identity of this package.
PACKAGE_NAME='or1ksim'
PACKAGE_TARNAME='or1ksim'
PACKAGE_VERSION='2010-07-30'
PACKAGE_STRING='or1ksim 2010-07-30'
PACKAGE_VERSION='2010-08-01'
PACKAGE_STRING='or1ksim 2010-08-01'
PACKAGE_BUGREPORT='openrisc@opencores.org'
PACKAGE_URL=''
 
1473,7 → 1473,7
# Omit some internal or obsolete options to make the list less imposing.
# This message is too long to be a string in the A/UX 3.1 sh.
cat <<_ACEOF
\`configure' configures or1ksim 2010-07-30 to adapt to many kinds of systems.
\`configure' configures or1ksim 2010-08-01 to adapt to many kinds of systems.
 
Usage: $0 [OPTION]... [VAR=VALUE]...
 
1544,7 → 1544,7
 
if test -n "$ac_init_help"; then
case $ac_init_help in
short | recursive ) echo "Configuration of or1ksim 2010-07-30:";;
short | recursive ) echo "Configuration of or1ksim 2010-08-01:";;
esac
cat <<\_ACEOF
 
1651,7 → 1651,7
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
or1ksim configure 2010-07-30
or1ksim configure 2010-08-01
generated by GNU Autoconf 2.64
 
Copyright (C) 2009 Free Software Foundation, Inc.
2313,7 → 2313,7
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
 
It was created by or1ksim $as_me 2010-07-30, which was
It was created by or1ksim $as_me 2010-08-01, which was
generated by GNU Autoconf 2.64. Invocation command line was
 
$ $0 $@
10690,7 → 10690,7
 
# Define the identity of the package.
PACKAGE='or1ksim'
VERSION='2010-07-30'
VERSION='2010-08-01'
 
 
cat >>confdefs.h <<_ACEOF
12822,7 → 12822,41
_ACEOF
 
 
# The cast to long int works around a bug in the HP C Compiler
# version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
# declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
# This bug is HP SR number 8606223364.
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking size of long long" >&5
$as_echo_n "checking size of long long... " >&6; }
if test "${ac_cv_sizeof_long_long+set}" = set; then :
$as_echo_n "(cached) " >&6
else
if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (long long))" "ac_cv_sizeof_long_long" "$ac_includes_default"; then :
else
if test "$ac_cv_type_long_long" = yes; then
{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
{ as_fn_set_status 77
as_fn_error "cannot compute sizeof (long long)
See \`config.log' for more details." "$LINENO" 5; }; }
else
ac_cv_sizeof_long_long=0
fi
fi
 
fi
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_long_long" >&5
$as_echo "$ac_cv_sizeof_long_long" >&6; }
 
 
 
cat >>confdefs.h <<_ACEOF
@%:@define SIZEOF_LONG_LONG $ac_cv_sizeof_long_long
_ACEOF
 
 
 
#Check for compare function type for qsort (needed by some Linuxes)
ac_fn_c_check_type "$LINENO" "__compar_fn_t" "ac_cv_type___compar_fn_t" "$ac_includes_default"
if test "x$ac_cv_type___compar_fn_t" = x""yes; then :
13111,10 → 13145,11
-I\${top_srcdir}/bpb -I\${top_srcdir}/peripheral -I\${top_srcdir}/tick \
-I\${top_srcdir}/peripheral/channels -I\${top_srcdir}/pm -I\${top_srcdir}/pic \
-I\${top_srcdir}/debug -I\${top_srcdir}/vapi -I\${top_srcdir}/support \
-I\${top_srcdir}/cuc -I\${top_srcdir}/port -I\${top_srcdir}/argtable2"
-I\${top_srcdir}/cuc -I\${top_srcdir}/port -I\${top_srcdir}/argtable2 \
-I\${top_srcdir}/softfloat"
 
 
ac_config_files="$ac_config_files Makefile argtable2/Makefile bpb/Makefile cache/Makefile cpu/Makefile cpu/common/Makefile cpu/or1k/Makefile cuc/Makefile debug/Makefile doc/Makefile mmu/Makefile peripheral/Makefile peripheral/channels/Makefile pm/Makefile pic/Makefile port/Makefile support/Makefile testsuite/Makefile testsuite/config/Makefile testsuite/lib/Makefile testsuite/libsim.tests/Makefile testsuite/or1ksim.tests/Makefile testsuite/test-code/Makefile testsuite/test-code/lib-iftest/Makefile testsuite/test-code/lib-inttest/Makefile testsuite/test-code/lib-jtag/Makefile testsuite/test-code/lib-upcalls/Makefile tick/Makefile vapi/Makefile"
ac_config_files="$ac_config_files Makefile argtable2/Makefile bpb/Makefile cache/Makefile cpu/Makefile cpu/common/Makefile cpu/or1k/Makefile cuc/Makefile softfloat/Makefile debug/Makefile doc/Makefile mmu/Makefile peripheral/Makefile peripheral/channels/Makefile pm/Makefile pic/Makefile port/Makefile support/Makefile testsuite/Makefile testsuite/config/Makefile testsuite/lib/Makefile testsuite/libsim.tests/Makefile testsuite/or1ksim.tests/Makefile testsuite/test-code/Makefile testsuite/test-code/lib-iftest/Makefile testsuite/test-code/lib-inttest/Makefile testsuite/test-code/lib-jtag/Makefile testsuite/test-code/lib-upcalls/Makefile tick/Makefile vapi/Makefile"
 
 
# yuck. I don't know why I cannot just substitute $CPU_ARCH in the above
13674,7 → 13709,7
# report actual input values of CONFIG_FILES etc. instead of their
# values after options handling.
ac_log="
This file was extended by or1ksim $as_me 2010-07-30, which was
This file was extended by or1ksim $as_me 2010-08-01, which was
generated by GNU Autoconf 2.64. Invocation command line was
 
CONFIG_FILES = $CONFIG_FILES
13738,7 → 13773,7
_ACEOF
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ac_cs_version="\\
or1ksim config.status 2010-07-30
or1ksim config.status 2010-08-01
configured by $0, generated by GNU Autoconf 2.64,
with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
 
14125,6 → 14160,7
"cpu/common/Makefile") CONFIG_FILES="$CONFIG_FILES cpu/common/Makefile" ;;
"cpu/or1k/Makefile") CONFIG_FILES="$CONFIG_FILES cpu/or1k/Makefile" ;;
"cuc/Makefile") CONFIG_FILES="$CONFIG_FILES cuc/Makefile" ;;
"softfloat/Makefile") CONFIG_FILES="$CONFIG_FILES softfloat/Makefile" ;;
"debug/Makefile") CONFIG_FILES="$CONFIG_FILES debug/Makefile" ;;
"doc/Makefile") CONFIG_FILES="$CONFIG_FILES doc/Makefile" ;;
"mmu/Makefile") CONFIG_FILES="$CONFIG_FILES mmu/Makefile" ;;
/traces.0
3,7 → 3,7
m4trace:aclocal.m4:1011: -1- m4_include([m4/ltsugar.m4])
m4trace:aclocal.m4:1012: -1- m4_include([m4/ltversion.m4])
m4trace:aclocal.m4:1013: -1- m4_include([m4/lt~obsolete.m4])
m4trace:configure.ac:31: -1- AC_INIT([or1ksim], [2010-07-30], [openrisc@opencores.org])
m4trace:configure.ac:31: -1- AC_INIT([or1ksim], [2010-08-01], [openrisc@opencores.org])
m4trace:configure.ac:31: -1- m4_pattern_forbid([^_?A[CHUM]_])
m4trace:configure.ac:31: -1- m4_pattern_forbid([_AC_])
m4trace:configure.ac:31: -1- m4_pattern_forbid([^LIBOBJS$], [do not use LIBOBJS directly, use AC_LIBOBJ (see section `AC_LIBOBJ vs LIBOBJS'])
841,114 → 841,118
m4trace:configure.ac:178: -1- m4_pattern_allow([^SIZEOF_LONG$])
m4trace:configure.ac:178: -1- AH_OUTPUT([SIZEOF_LONG], [/* The size of `long\', as computed by sizeof. */
@%:@undef SIZEOF_LONG])
m4trace:configure.ac:181: -1- AC_DEFINE_TRACE_LITERAL([HAVE___COMPAR_FN_T])
m4trace:configure.ac:181: -1- m4_pattern_allow([^HAVE___COMPAR_FN_T$])
m4trace:configure.ac:181: -1- AH_OUTPUT([HAVE___COMPAR_FN_T], [/* Define to 1 if the system has the type `__compar_fn_t\'. */
m4trace:configure.ac:179: -1- AC_DEFINE_TRACE_LITERAL([SIZEOF_LONG_LONG])
m4trace:configure.ac:179: -1- m4_pattern_allow([^SIZEOF_LONG_LONG$])
m4trace:configure.ac:179: -1- AH_OUTPUT([SIZEOF_LONG_LONG], [/* The size of `long long\', as computed by sizeof. */
@%:@undef SIZEOF_LONG_LONG])
m4trace:configure.ac:182: -1- AC_DEFINE_TRACE_LITERAL([HAVE___COMPAR_FN_T])
m4trace:configure.ac:182: -1- m4_pattern_allow([^HAVE___COMPAR_FN_T$])
m4trace:configure.ac:182: -1- AH_OUTPUT([HAVE___COMPAR_FN_T], [/* Define to 1 if the system has the type `__compar_fn_t\'. */
@%:@undef HAVE___COMPAR_FN_T])
m4trace:configure.ac:184: -1- AH_OUTPUT([HAVE_LIBREADLINE], [/* Define to 1 if you have the `readline\' library (-lreadline). */
m4trace:configure.ac:185: -1- AH_OUTPUT([HAVE_LIBREADLINE], [/* Define to 1 if you have the `readline\' library (-lreadline). */
@%:@undef HAVE_LIBREADLINE])
m4trace:configure.ac:184: -1- AC_DEFINE_TRACE_LITERAL([HAVE_LIBREADLINE])
m4trace:configure.ac:184: -1- m4_pattern_allow([^HAVE_LIBREADLINE$])
m4trace:configure.ac:281: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
m4trace:configure.ac:185: -1- AC_DEFINE_TRACE_LITERAL([HAVE_LIBREADLINE])
m4trace:configure.ac:185: -1- m4_pattern_allow([^HAVE_LIBREADLINE$])
m4trace:configure.ac:282: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
You should run autoupdate.], [../../lib/autoconf/general.m4:230: AC_HELP_STRING is expanded from...
configure.ac:281: the top level])
m4trace:configure.ac:291: -1- AC_SUBST([DEBUGFLAGS])
m4trace:configure.ac:291: -1- AC_SUBST_TRACE([DEBUGFLAGS])
m4trace:configure.ac:291: -1- m4_pattern_allow([^DEBUGFLAGS$])
m4trace:configure.ac:293: -1- AC_DEFINE_TRACE_LITERAL([RAW_RANGE_STATS])
m4trace:configure.ac:293: -1- m4_pattern_allow([^RAW_RANGE_STATS$])
m4trace:configure.ac:293: -1- AH_OUTPUT([RAW_RANGE_STATS], [/* Specifies, whether we should do register accesses over time analysis.
configure.ac:282: the top level])
m4trace:configure.ac:292: -1- AC_SUBST([DEBUGFLAGS])
m4trace:configure.ac:292: -1- AC_SUBST_TRACE([DEBUGFLAGS])
m4trace:configure.ac:292: -1- m4_pattern_allow([^DEBUGFLAGS$])
m4trace:configure.ac:294: -1- AC_DEFINE_TRACE_LITERAL([RAW_RANGE_STATS])
m4trace:configure.ac:294: -1- m4_pattern_allow([^RAW_RANGE_STATS$])
m4trace:configure.ac:294: -1- AH_OUTPUT([RAW_RANGE_STATS], [/* Specifies, whether we should do register accesses over time analysis.
Simple execution must be enabled! */
@%:@undef RAW_RANGE_STATS])
m4trace:configure.ac:294: -1- AC_DEFINE_TRACE_LITERAL([HAVE_ETH_PHY])
m4trace:configure.ac:294: -1- m4_pattern_allow([^HAVE_ETH_PHY$])
m4trace:configure.ac:294: -1- AH_OUTPUT([HAVE_ETH_PHY], [/* Whether we have ethernet PHY support */
m4trace:configure.ac:295: -1- AC_DEFINE_TRACE_LITERAL([HAVE_ETH_PHY])
m4trace:configure.ac:295: -1- m4_pattern_allow([^HAVE_ETH_PHY$])
m4trace:configure.ac:295: -1- AH_OUTPUT([HAVE_ETH_PHY], [/* Whether we have ethernet PHY support */
@%:@undef HAVE_ETH_PHY])
m4trace:configure.ac:295: -1- AC_DEFINE_TRACE_LITERAL([HAVE_UNSIGNED_XORI])
m4trace:configure.ac:295: -1- m4_pattern_allow([^HAVE_UNSIGNED_XORI$])
m4trace:configure.ac:295: -1- AH_OUTPUT([HAVE_UNSIGNED_XORI], [/* Whether l.xori takes an unsigned immediate operand */
m4trace:configure.ac:296: -1- AC_DEFINE_TRACE_LITERAL([HAVE_UNSIGNED_XORI])
m4trace:configure.ac:296: -1- m4_pattern_allow([^HAVE_UNSIGNED_XORI$])
m4trace:configure.ac:296: -1- AH_OUTPUT([HAVE_UNSIGNED_XORI], [/* Whether l.xori takes an unsigned immediate operand */
@%:@undef HAVE_UNSIGNED_XORI])
m4trace:configure.ac:296: -1- AC_DEFINE_TRACE_LITERAL([SIMPLE_EXECUTION])
m4trace:configure.ac:296: -1- m4_pattern_allow([^SIMPLE_EXECUTION$])
m4trace:configure.ac:296: -1- AH_OUTPUT([SIMPLE_EXECUTION], [/* Whether we are building with simple execution module */
m4trace:configure.ac:297: -1- AC_DEFINE_TRACE_LITERAL([SIMPLE_EXECUTION])
m4trace:configure.ac:297: -1- m4_pattern_allow([^SIMPLE_EXECUTION$])
m4trace:configure.ac:297: -1- AH_OUTPUT([SIMPLE_EXECUTION], [/* Whether we are building with simple execution module */
@%:@undef SIMPLE_EXECUTION])
m4trace:configure.ac:297: -1- AC_DEFINE_TRACE_LITERAL([COMPLEX_EXECUTION])
m4trace:configure.ac:297: -1- m4_pattern_allow([^COMPLEX_EXECUTION$])
m4trace:configure.ac:297: -1- AH_OUTPUT([COMPLEX_EXECUTION], [/* Whether we are building with complex execution module */
m4trace:configure.ac:298: -1- AC_DEFINE_TRACE_LITERAL([COMPLEX_EXECUTION])
m4trace:configure.ac:298: -1- m4_pattern_allow([^COMPLEX_EXECUTION$])
m4trace:configure.ac:298: -1- AH_OUTPUT([COMPLEX_EXECUTION], [/* Whether we are building with complex execution module */
@%:@undef COMPLEX_EXECUTION])
m4trace:configure.ac:298: -1- AC_DEFINE_TRACE_LITERAL([DYNAMIC_EXECUTION])
m4trace:configure.ac:298: -1- m4_pattern_allow([^DYNAMIC_EXECUTION$])
m4trace:configure.ac:298: -1- AH_OUTPUT([DYNAMIC_EXECUTION], [/* Whether we are building with dynamic execution module */
m4trace:configure.ac:299: -1- AC_DEFINE_TRACE_LITERAL([DYNAMIC_EXECUTION])
m4trace:configure.ac:299: -1- m4_pattern_allow([^DYNAMIC_EXECUTION$])
m4trace:configure.ac:299: -1- AH_OUTPUT([DYNAMIC_EXECUTION], [/* Whether we are building with dynamic execution module */
@%:@undef DYNAMIC_EXECUTION])
m4trace:configure.ac:299: -1- AM_CONDITIONAL([GENERATE_NEEDED], [test x$execution = x1])
m4trace:configure.ac:299: -1- AC_SUBST([GENERATE_NEEDED_TRUE])
m4trace:configure.ac:299: -1- AC_SUBST_TRACE([GENERATE_NEEDED_TRUE])
m4trace:configure.ac:299: -1- m4_pattern_allow([^GENERATE_NEEDED_TRUE$])
m4trace:configure.ac:299: -1- AC_SUBST([GENERATE_NEEDED_FALSE])
m4trace:configure.ac:299: -1- AC_SUBST_TRACE([GENERATE_NEEDED_FALSE])
m4trace:configure.ac:299: -1- m4_pattern_allow([^GENERATE_NEEDED_FALSE$])
m4trace:configure.ac:299: -1- _AM_SUBST_NOTMAKE([GENERATE_NEEDED_TRUE])
m4trace:configure.ac:299: -1- _AM_SUBST_NOTMAKE([GENERATE_NEEDED_FALSE])
m4trace:configure.ac:300: -1- AM_CONDITIONAL([DYNAMIC_EXECUTION], [test x$execution = x2])
m4trace:configure.ac:300: -1- AC_SUBST([DYNAMIC_EXECUTION_TRUE])
m4trace:configure.ac:300: -1- AC_SUBST_TRACE([DYNAMIC_EXECUTION_TRUE])
m4trace:configure.ac:300: -1- m4_pattern_allow([^DYNAMIC_EXECUTION_TRUE$])
m4trace:configure.ac:300: -1- AC_SUBST([DYNAMIC_EXECUTION_FALSE])
m4trace:configure.ac:300: -1- AC_SUBST_TRACE([DYNAMIC_EXECUTION_FALSE])
m4trace:configure.ac:300: -1- m4_pattern_allow([^DYNAMIC_EXECUTION_FALSE$])
m4trace:configure.ac:300: -1- _AM_SUBST_NOTMAKE([DYNAMIC_EXECUTION_TRUE])
m4trace:configure.ac:300: -1- _AM_SUBST_NOTMAKE([DYNAMIC_EXECUTION_FALSE])
m4trace:configure.ac:312: -1- AC_SUBST([DEJAGNU])
m4trace:configure.ac:312: -1- AC_SUBST_TRACE([DEJAGNU])
m4trace:configure.ac:312: -1- m4_pattern_allow([^DEJAGNU$])
m4trace:configure.ac:317: -1- AC_SUBST([RUNTESTDEFAULTFLAGS])
m4trace:configure.ac:317: -1- AC_SUBST_TRACE([RUNTESTDEFAULTFLAGS])
m4trace:configure.ac:317: -1- m4_pattern_allow([^RUNTESTDEFAULTFLAGS$])
m4trace:configure.ac:320: -1- AC_SUBST([BUILD_DIR])
m4trace:configure.ac:320: -1- AC_SUBST_TRACE([BUILD_DIR])
m4trace:configure.ac:320: -1- m4_pattern_allow([^BUILD_DIR$])
m4trace:configure.ac:322: -1- AC_SUBST([CFLAGS])
m4trace:configure.ac:322: -1- AC_SUBST_TRACE([CFLAGS])
m4trace:configure.ac:322: -1- m4_pattern_allow([^CFLAGS$])
m4trace:configure.ac:323: -1- AC_SUBST([LOCAL_CFLAGS])
m4trace:configure.ac:323: -1- AC_SUBST_TRACE([LOCAL_CFLAGS])
m4trace:configure.ac:323: -1- m4_pattern_allow([^LOCAL_CFLAGS$])
m4trace:configure.ac:324: -1- AC_SUBST([LOCAL_LDFLAGS])
m4trace:configure.ac:324: -1- AC_SUBST_TRACE([LOCAL_LDFLAGS])
m4trace:configure.ac:324: -1- m4_pattern_allow([^LOCAL_LDFLAGS$])
m4trace:configure.ac:325: -1- AC_SUBST([LOCAL_DEFS])
m4trace:configure.ac:325: -1- AC_SUBST_TRACE([LOCAL_DEFS])
m4trace:configure.ac:325: -1- m4_pattern_allow([^LOCAL_DEFS$])
m4trace:configure.ac:327: -1- AC_SUBST([AR])
m4trace:configure.ac:327: -1- AC_SUBST_TRACE([AR])
m4trace:configure.ac:327: -1- m4_pattern_allow([^AR$])
m4trace:configure.ac:328: -1- AC_SUBST([ARFLAGS])
m4trace:configure.ac:328: -1- AC_SUBST_TRACE([ARFLAGS])
m4trace:configure.ac:328: -1- m4_pattern_allow([^ARFLAGS$])
m4trace:configure.ac:330: -1- AC_SUBST([host_cpu])
m4trace:configure.ac:330: -1- AC_SUBST_TRACE([host_cpu])
m4trace:configure.ac:330: -1- m4_pattern_allow([^host_cpu$])
m4trace:configure.ac:331: -1- AC_SUBST([host_os])
m4trace:configure.ac:331: -1- AC_SUBST_TRACE([host_os])
m4trace:configure.ac:331: -1- m4_pattern_allow([^host_os$])
m4trace:configure.ac:332: -1- AC_SUBST([host])
m4trace:configure.ac:332: -1- AC_SUBST_TRACE([host])
m4trace:configure.ac:332: -1- m4_pattern_allow([^host$])
m4trace:configure.ac:334: -1- AC_SUBST([SUMVERSION])
m4trace:configure.ac:334: -1- AC_SUBST_TRACE([SUMVERSION])
m4trace:configure.ac:334: -1- m4_pattern_allow([^SUMVERSION$])
m4trace:configure.ac:335: -1- AC_SUBST([TERMCAP_LIB])
m4trace:configure.ac:335: -1- AC_SUBST_TRACE([TERMCAP_LIB])
m4trace:configure.ac:335: -1- m4_pattern_allow([^TERMCAP_LIB$])
m4trace:configure.ac:337: -1- AC_DEFINE_TRACE_LITERAL([HAVE_EXECUTION])
m4trace:configure.ac:337: -1- m4_pattern_allow([^HAVE_EXECUTION$])
m4trace:configure.ac:337: -1- AH_OUTPUT([HAVE_EXECUTION], [/* Some shared files require to know, whether we have execution functions
m4trace:configure.ac:300: -1- AM_CONDITIONAL([GENERATE_NEEDED], [test x$execution = x1])
m4trace:configure.ac:300: -1- AC_SUBST([GENERATE_NEEDED_TRUE])
m4trace:configure.ac:300: -1- AC_SUBST_TRACE([GENERATE_NEEDED_TRUE])
m4trace:configure.ac:300: -1- m4_pattern_allow([^GENERATE_NEEDED_TRUE$])
m4trace:configure.ac:300: -1- AC_SUBST([GENERATE_NEEDED_FALSE])
m4trace:configure.ac:300: -1- AC_SUBST_TRACE([GENERATE_NEEDED_FALSE])
m4trace:configure.ac:300: -1- m4_pattern_allow([^GENERATE_NEEDED_FALSE$])
m4trace:configure.ac:300: -1- _AM_SUBST_NOTMAKE([GENERATE_NEEDED_TRUE])
m4trace:configure.ac:300: -1- _AM_SUBST_NOTMAKE([GENERATE_NEEDED_FALSE])
m4trace:configure.ac:301: -1- AM_CONDITIONAL([DYNAMIC_EXECUTION], [test x$execution = x2])
m4trace:configure.ac:301: -1- AC_SUBST([DYNAMIC_EXECUTION_TRUE])
m4trace:configure.ac:301: -1- AC_SUBST_TRACE([DYNAMIC_EXECUTION_TRUE])
m4trace:configure.ac:301: -1- m4_pattern_allow([^DYNAMIC_EXECUTION_TRUE$])
m4trace:configure.ac:301: -1- AC_SUBST([DYNAMIC_EXECUTION_FALSE])
m4trace:configure.ac:301: -1- AC_SUBST_TRACE([DYNAMIC_EXECUTION_FALSE])
m4trace:configure.ac:301: -1- m4_pattern_allow([^DYNAMIC_EXECUTION_FALSE$])
m4trace:configure.ac:301: -1- _AM_SUBST_NOTMAKE([DYNAMIC_EXECUTION_TRUE])
m4trace:configure.ac:301: -1- _AM_SUBST_NOTMAKE([DYNAMIC_EXECUTION_FALSE])
m4trace:configure.ac:313: -1- AC_SUBST([DEJAGNU])
m4trace:configure.ac:313: -1- AC_SUBST_TRACE([DEJAGNU])
m4trace:configure.ac:313: -1- m4_pattern_allow([^DEJAGNU$])
m4trace:configure.ac:318: -1- AC_SUBST([RUNTESTDEFAULTFLAGS])
m4trace:configure.ac:318: -1- AC_SUBST_TRACE([RUNTESTDEFAULTFLAGS])
m4trace:configure.ac:318: -1- m4_pattern_allow([^RUNTESTDEFAULTFLAGS$])
m4trace:configure.ac:321: -1- AC_SUBST([BUILD_DIR])
m4trace:configure.ac:321: -1- AC_SUBST_TRACE([BUILD_DIR])
m4trace:configure.ac:321: -1- m4_pattern_allow([^BUILD_DIR$])
m4trace:configure.ac:323: -1- AC_SUBST([CFLAGS])
m4trace:configure.ac:323: -1- AC_SUBST_TRACE([CFLAGS])
m4trace:configure.ac:323: -1- m4_pattern_allow([^CFLAGS$])
m4trace:configure.ac:324: -1- AC_SUBST([LOCAL_CFLAGS])
m4trace:configure.ac:324: -1- AC_SUBST_TRACE([LOCAL_CFLAGS])
m4trace:configure.ac:324: -1- m4_pattern_allow([^LOCAL_CFLAGS$])
m4trace:configure.ac:325: -1- AC_SUBST([LOCAL_LDFLAGS])
m4trace:configure.ac:325: -1- AC_SUBST_TRACE([LOCAL_LDFLAGS])
m4trace:configure.ac:325: -1- m4_pattern_allow([^LOCAL_LDFLAGS$])
m4trace:configure.ac:326: -1- AC_SUBST([LOCAL_DEFS])
m4trace:configure.ac:326: -1- AC_SUBST_TRACE([LOCAL_DEFS])
m4trace:configure.ac:326: -1- m4_pattern_allow([^LOCAL_DEFS$])
m4trace:configure.ac:328: -1- AC_SUBST([AR])
m4trace:configure.ac:328: -1- AC_SUBST_TRACE([AR])
m4trace:configure.ac:328: -1- m4_pattern_allow([^AR$])
m4trace:configure.ac:329: -1- AC_SUBST([ARFLAGS])
m4trace:configure.ac:329: -1- AC_SUBST_TRACE([ARFLAGS])
m4trace:configure.ac:329: -1- m4_pattern_allow([^ARFLAGS$])
m4trace:configure.ac:331: -1- AC_SUBST([host_cpu])
m4trace:configure.ac:331: -1- AC_SUBST_TRACE([host_cpu])
m4trace:configure.ac:331: -1- m4_pattern_allow([^host_cpu$])
m4trace:configure.ac:332: -1- AC_SUBST([host_os])
m4trace:configure.ac:332: -1- AC_SUBST_TRACE([host_os])
m4trace:configure.ac:332: -1- m4_pattern_allow([^host_os$])
m4trace:configure.ac:333: -1- AC_SUBST([host])
m4trace:configure.ac:333: -1- AC_SUBST_TRACE([host])
m4trace:configure.ac:333: -1- m4_pattern_allow([^host$])
m4trace:configure.ac:335: -1- AC_SUBST([SUMVERSION])
m4trace:configure.ac:335: -1- AC_SUBST_TRACE([SUMVERSION])
m4trace:configure.ac:335: -1- m4_pattern_allow([^SUMVERSION$])
m4trace:configure.ac:336: -1- AC_SUBST([TERMCAP_LIB])
m4trace:configure.ac:336: -1- AC_SUBST_TRACE([TERMCAP_LIB])
m4trace:configure.ac:336: -1- m4_pattern_allow([^TERMCAP_LIB$])
m4trace:configure.ac:338: -1- AC_DEFINE_TRACE_LITERAL([HAVE_EXECUTION])
m4trace:configure.ac:338: -1- m4_pattern_allow([^HAVE_EXECUTION$])
m4trace:configure.ac:338: -1- AH_OUTPUT([HAVE_EXECUTION], [/* Some shared files require to know, whether we have execution functions
defined. */
@%:@undef HAVE_EXECUTION])
m4trace:configure.ac:346: -1- AC_SUBST([INCLUDES])
m4trace:configure.ac:346: -1- AC_SUBST_TRACE([INCLUDES])
m4trace:configure.ac:346: -1- m4_pattern_allow([^INCLUDES$])
m4trace:configure.ac:348: -1- AC_CONFIG_FILES([Makefile \
m4trace:configure.ac:348: -1- AC_SUBST([INCLUDES])
m4trace:configure.ac:348: -1- AC_SUBST_TRACE([INCLUDES])
m4trace:configure.ac:348: -1- m4_pattern_allow([^INCLUDES$])
m4trace:configure.ac:350: -1- AC_CONFIG_FILES([Makefile \
argtable2/Makefile \
bpb/Makefile \
cache/Makefile \
956,6 → 960,7
cpu/common/Makefile \
cpu/or1k/Makefile \
cuc/Makefile \
softfloat/Makefile \
debug/Makefile \
doc/Makefile \
mmu/Makefile \
977,32 → 982,32
testsuite/test-code/lib-upcalls/Makefile \
tick/Makefile \
vapi/Makefile])
m4trace:configure.ac:380: -1- AC_CONFIG_FILES([cpu/dlx/Makefile])
m4trace:configure.ac:381: -1- AC_CONFIG_FILES([cpu/or32/Makefile])
m4trace:configure.ac:405: -1- AC_SUBST([LIB@&t@OBJS], [$ac_libobjs])
m4trace:configure.ac:405: -1- AC_SUBST_TRACE([LIB@&t@OBJS])
m4trace:configure.ac:405: -1- m4_pattern_allow([^LIB@&t@OBJS$])
m4trace:configure.ac:405: -1- AC_SUBST([LTLIBOBJS], [$ac_ltlibobjs])
m4trace:configure.ac:405: -1- AC_SUBST_TRACE([LTLIBOBJS])
m4trace:configure.ac:405: -1- m4_pattern_allow([^LTLIBOBJS$])
m4trace:configure.ac:405: -1- AM_CONDITIONAL([am__EXEEXT], [test -n "$EXEEXT"])
m4trace:configure.ac:405: -1- AC_SUBST([am__EXEEXT_TRUE])
m4trace:configure.ac:405: -1- AC_SUBST_TRACE([am__EXEEXT_TRUE])
m4trace:configure.ac:405: -1- m4_pattern_allow([^am__EXEEXT_TRUE$])
m4trace:configure.ac:405: -1- AC_SUBST([am__EXEEXT_FALSE])
m4trace:configure.ac:405: -1- AC_SUBST_TRACE([am__EXEEXT_FALSE])
m4trace:configure.ac:405: -1- m4_pattern_allow([^am__EXEEXT_FALSE$])
m4trace:configure.ac:405: -1- _AM_SUBST_NOTMAKE([am__EXEEXT_TRUE])
m4trace:configure.ac:405: -1- _AM_SUBST_NOTMAKE([am__EXEEXT_FALSE])
m4trace:configure.ac:405: -1- AC_SUBST_TRACE([top_builddir])
m4trace:configure.ac:405: -1- AC_SUBST_TRACE([top_build_prefix])
m4trace:configure.ac:405: -1- AC_SUBST_TRACE([srcdir])
m4trace:configure.ac:405: -1- AC_SUBST_TRACE([abs_srcdir])
m4trace:configure.ac:405: -1- AC_SUBST_TRACE([top_srcdir])
m4trace:configure.ac:405: -1- AC_SUBST_TRACE([abs_top_srcdir])
m4trace:configure.ac:405: -1- AC_SUBST_TRACE([builddir])
m4trace:configure.ac:405: -1- AC_SUBST_TRACE([abs_builddir])
m4trace:configure.ac:405: -1- AC_SUBST_TRACE([abs_top_builddir])
m4trace:configure.ac:405: -1- AC_SUBST_TRACE([INSTALL])
m4trace:configure.ac:405: -1- AC_SUBST_TRACE([MKDIR_P])
m4trace:configure.ac:405: -1- AC_REQUIRE_AUX_FILE([ltmain.sh])
m4trace:configure.ac:383: -1- AC_CONFIG_FILES([cpu/dlx/Makefile])
m4trace:configure.ac:384: -1- AC_CONFIG_FILES([cpu/or32/Makefile])
m4trace:configure.ac:408: -1- AC_SUBST([LIB@&t@OBJS], [$ac_libobjs])
m4trace:configure.ac:408: -1- AC_SUBST_TRACE([LIB@&t@OBJS])
m4trace:configure.ac:408: -1- m4_pattern_allow([^LIB@&t@OBJS$])
m4trace:configure.ac:408: -1- AC_SUBST([LTLIBOBJS], [$ac_ltlibobjs])
m4trace:configure.ac:408: -1- AC_SUBST_TRACE([LTLIBOBJS])
m4trace:configure.ac:408: -1- m4_pattern_allow([^LTLIBOBJS$])
m4trace:configure.ac:408: -1- AM_CONDITIONAL([am__EXEEXT], [test -n "$EXEEXT"])
m4trace:configure.ac:408: -1- AC_SUBST([am__EXEEXT_TRUE])
m4trace:configure.ac:408: -1- AC_SUBST_TRACE([am__EXEEXT_TRUE])
m4trace:configure.ac:408: -1- m4_pattern_allow([^am__EXEEXT_TRUE$])
m4trace:configure.ac:408: -1- AC_SUBST([am__EXEEXT_FALSE])
m4trace:configure.ac:408: -1- AC_SUBST_TRACE([am__EXEEXT_FALSE])
m4trace:configure.ac:408: -1- m4_pattern_allow([^am__EXEEXT_FALSE$])
m4trace:configure.ac:408: -1- _AM_SUBST_NOTMAKE([am__EXEEXT_TRUE])
m4trace:configure.ac:408: -1- _AM_SUBST_NOTMAKE([am__EXEEXT_FALSE])
m4trace:configure.ac:408: -1- AC_SUBST_TRACE([top_builddir])
m4trace:configure.ac:408: -1- AC_SUBST_TRACE([top_build_prefix])
m4trace:configure.ac:408: -1- AC_SUBST_TRACE([srcdir])
m4trace:configure.ac:408: -1- AC_SUBST_TRACE([abs_srcdir])
m4trace:configure.ac:408: -1- AC_SUBST_TRACE([top_srcdir])
m4trace:configure.ac:408: -1- AC_SUBST_TRACE([abs_top_srcdir])
m4trace:configure.ac:408: -1- AC_SUBST_TRACE([builddir])
m4trace:configure.ac:408: -1- AC_SUBST_TRACE([abs_builddir])
m4trace:configure.ac:408: -1- AC_SUBST_TRACE([abs_top_builddir])
m4trace:configure.ac:408: -1- AC_SUBST_TRACE([INSTALL])
m4trace:configure.ac:408: -1- AC_SUBST_TRACE([MKDIR_P])
m4trace:configure.ac:408: -1- AC_REQUIRE_AUX_FILE([ltmain.sh])
/traces.1
2429,51 → 2429,52
m4trace:configure.ac:176: -1- m4_pattern_allow([^SIZEOF_SHORT$])
m4trace:configure.ac:177: -1- m4_pattern_allow([^SIZEOF_INT$])
m4trace:configure.ac:178: -1- m4_pattern_allow([^SIZEOF_LONG$])
m4trace:configure.ac:181: -1- m4_pattern_allow([^HAVE___COMPAR_FN_T$])
m4trace:configure.ac:184: -1- m4_pattern_allow([^HAVE_LIBREADLINE$])
m4trace:configure.ac:281: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
m4trace:configure.ac:179: -1- m4_pattern_allow([^SIZEOF_LONG_LONG$])
m4trace:configure.ac:182: -1- m4_pattern_allow([^HAVE___COMPAR_FN_T$])
m4trace:configure.ac:185: -1- m4_pattern_allow([^HAVE_LIBREADLINE$])
m4trace:configure.ac:282: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete.
You should run autoupdate.], [../../lib/autoconf/general.m4:230: AC_HELP_STRING is expanded from...
configure.ac:281: the top level])
m4trace:configure.ac:291: -1- m4_pattern_allow([^DEBUGFLAGS$])
m4trace:configure.ac:293: -1- m4_pattern_allow([^RAW_RANGE_STATS$])
m4trace:configure.ac:294: -1- m4_pattern_allow([^HAVE_ETH_PHY$])
m4trace:configure.ac:295: -1- m4_pattern_allow([^HAVE_UNSIGNED_XORI$])
m4trace:configure.ac:296: -1- m4_pattern_allow([^SIMPLE_EXECUTION$])
m4trace:configure.ac:297: -1- m4_pattern_allow([^COMPLEX_EXECUTION$])
m4trace:configure.ac:298: -1- m4_pattern_allow([^DYNAMIC_EXECUTION$])
m4trace:configure.ac:299: -1- AM_CONDITIONAL([GENERATE_NEEDED], [test x$execution = x1])
m4trace:configure.ac:299: -1- m4_pattern_allow([^GENERATE_NEEDED_TRUE$])
m4trace:configure.ac:299: -1- m4_pattern_allow([^GENERATE_NEEDED_FALSE$])
m4trace:configure.ac:299: -1- _AM_SUBST_NOTMAKE([GENERATE_NEEDED_TRUE])
m4trace:configure.ac:299: -1- _AM_SUBST_NOTMAKE([GENERATE_NEEDED_FALSE])
m4trace:configure.ac:300: -1- AM_CONDITIONAL([DYNAMIC_EXECUTION], [test x$execution = x2])
m4trace:configure.ac:300: -1- m4_pattern_allow([^DYNAMIC_EXECUTION_TRUE$])
m4trace:configure.ac:300: -1- m4_pattern_allow([^DYNAMIC_EXECUTION_FALSE$])
m4trace:configure.ac:300: -1- _AM_SUBST_NOTMAKE([DYNAMIC_EXECUTION_TRUE])
m4trace:configure.ac:300: -1- _AM_SUBST_NOTMAKE([DYNAMIC_EXECUTION_FALSE])
m4trace:configure.ac:312: -1- m4_pattern_allow([^DEJAGNU$])
m4trace:configure.ac:317: -1- m4_pattern_allow([^RUNTESTDEFAULTFLAGS$])
m4trace:configure.ac:320: -1- m4_pattern_allow([^BUILD_DIR$])
m4trace:configure.ac:322: -1- m4_pattern_allow([^CFLAGS$])
m4trace:configure.ac:323: -1- m4_pattern_allow([^LOCAL_CFLAGS$])
m4trace:configure.ac:324: -1- m4_pattern_allow([^LOCAL_LDFLAGS$])
m4trace:configure.ac:325: -1- m4_pattern_allow([^LOCAL_DEFS$])
m4trace:configure.ac:327: -1- m4_pattern_allow([^AR$])
m4trace:configure.ac:328: -1- m4_pattern_allow([^ARFLAGS$])
m4trace:configure.ac:330: -1- m4_pattern_allow([^host_cpu$])
m4trace:configure.ac:331: -1- m4_pattern_allow([^host_os$])
m4trace:configure.ac:332: -1- m4_pattern_allow([^host$])
m4trace:configure.ac:334: -1- m4_pattern_allow([^SUMVERSION$])
m4trace:configure.ac:335: -1- m4_pattern_allow([^TERMCAP_LIB$])
m4trace:configure.ac:337: -1- m4_pattern_allow([^HAVE_EXECUTION$])
m4trace:configure.ac:346: -1- m4_pattern_allow([^INCLUDES$])
m4trace:configure.ac:405: -1- m4_pattern_allow([^LIB@&t@OBJS$])
m4trace:configure.ac:405: -1- m4_pattern_allow([^LTLIBOBJS$])
m4trace:configure.ac:405: -1- AM_CONDITIONAL([am__EXEEXT], [test -n "$EXEEXT"])
m4trace:configure.ac:405: -1- m4_pattern_allow([^am__EXEEXT_TRUE$])
m4trace:configure.ac:405: -1- m4_pattern_allow([^am__EXEEXT_FALSE$])
m4trace:configure.ac:405: -1- _AM_SUBST_NOTMAKE([am__EXEEXT_TRUE])
m4trace:configure.ac:405: -1- _AM_SUBST_NOTMAKE([am__EXEEXT_FALSE])
m4trace:configure.ac:405: -1- _AC_AM_CONFIG_HEADER_HOOK(["$ac_file"])
m4trace:configure.ac:405: -1- _LT_PROG_LTMAIN
m4trace:configure.ac:405: -1- _AM_OUTPUT_DEPENDENCY_COMMANDS
configure.ac:282: the top level])
m4trace:configure.ac:292: -1- m4_pattern_allow([^DEBUGFLAGS$])
m4trace:configure.ac:294: -1- m4_pattern_allow([^RAW_RANGE_STATS$])
m4trace:configure.ac:295: -1- m4_pattern_allow([^HAVE_ETH_PHY$])
m4trace:configure.ac:296: -1- m4_pattern_allow([^HAVE_UNSIGNED_XORI$])
m4trace:configure.ac:297: -1- m4_pattern_allow([^SIMPLE_EXECUTION$])
m4trace:configure.ac:298: -1- m4_pattern_allow([^COMPLEX_EXECUTION$])
m4trace:configure.ac:299: -1- m4_pattern_allow([^DYNAMIC_EXECUTION$])
m4trace:configure.ac:300: -1- AM_CONDITIONAL([GENERATE_NEEDED], [test x$execution = x1])
m4trace:configure.ac:300: -1- m4_pattern_allow([^GENERATE_NEEDED_TRUE$])
m4trace:configure.ac:300: -1- m4_pattern_allow([^GENERATE_NEEDED_FALSE$])
m4trace:configure.ac:300: -1- _AM_SUBST_NOTMAKE([GENERATE_NEEDED_TRUE])
m4trace:configure.ac:300: -1- _AM_SUBST_NOTMAKE([GENERATE_NEEDED_FALSE])
m4trace:configure.ac:301: -1- AM_CONDITIONAL([DYNAMIC_EXECUTION], [test x$execution = x2])
m4trace:configure.ac:301: -1- m4_pattern_allow([^DYNAMIC_EXECUTION_TRUE$])
m4trace:configure.ac:301: -1- m4_pattern_allow([^DYNAMIC_EXECUTION_FALSE$])
m4trace:configure.ac:301: -1- _AM_SUBST_NOTMAKE([DYNAMIC_EXECUTION_TRUE])
m4trace:configure.ac:301: -1- _AM_SUBST_NOTMAKE([DYNAMIC_EXECUTION_FALSE])
m4trace:configure.ac:313: -1- m4_pattern_allow([^DEJAGNU$])
m4trace:configure.ac:318: -1- m4_pattern_allow([^RUNTESTDEFAULTFLAGS$])
m4trace:configure.ac:321: -1- m4_pattern_allow([^BUILD_DIR$])
m4trace:configure.ac:323: -1- m4_pattern_allow([^CFLAGS$])
m4trace:configure.ac:324: -1- m4_pattern_allow([^LOCAL_CFLAGS$])
m4trace:configure.ac:325: -1- m4_pattern_allow([^LOCAL_LDFLAGS$])
m4trace:configure.ac:326: -1- m4_pattern_allow([^LOCAL_DEFS$])
m4trace:configure.ac:328: -1- m4_pattern_allow([^AR$])
m4trace:configure.ac:329: -1- m4_pattern_allow([^ARFLAGS$])
m4trace:configure.ac:331: -1- m4_pattern_allow([^host_cpu$])
m4trace:configure.ac:332: -1- m4_pattern_allow([^host_os$])
m4trace:configure.ac:333: -1- m4_pattern_allow([^host$])
m4trace:configure.ac:335: -1- m4_pattern_allow([^SUMVERSION$])
m4trace:configure.ac:336: -1- m4_pattern_allow([^TERMCAP_LIB$])
m4trace:configure.ac:338: -1- m4_pattern_allow([^HAVE_EXECUTION$])
m4trace:configure.ac:348: -1- m4_pattern_allow([^INCLUDES$])
m4trace:configure.ac:408: -1- m4_pattern_allow([^LIB@&t@OBJS$])
m4trace:configure.ac:408: -1- m4_pattern_allow([^LTLIBOBJS$])
m4trace:configure.ac:408: -1- AM_CONDITIONAL([am__EXEEXT], [test -n "$EXEEXT"])
m4trace:configure.ac:408: -1- m4_pattern_allow([^am__EXEEXT_TRUE$])
m4trace:configure.ac:408: -1- m4_pattern_allow([^am__EXEEXT_FALSE$])
m4trace:configure.ac:408: -1- _AM_SUBST_NOTMAKE([am__EXEEXT_TRUE])
m4trace:configure.ac:408: -1- _AM_SUBST_NOTMAKE([am__EXEEXT_FALSE])
m4trace:configure.ac:408: -1- _AC_AM_CONFIG_HEADER_HOOK(["$ac_file"])
m4trace:configure.ac:408: -1- _LT_PROG_LTMAIN
m4trace:configure.ac:408: -1- _AM_OUTPUT_DEPENDENCY_COMMANDS
/output.0
1,7 → 1,7
@%:@! /bin/sh
@%:@ From configure.ac Id: configure.ac 224 2010-07-30 10:44:22Z jeremybennett using automake version AC_ACVERSION.
@%:@ From configure.ac Id: configure.ac 230 2010-08-01 18:29:47Z jeremybennett using automake version AC_ACVERSION.
@%:@ Guess values for system-dependent variables and create Makefiles.
@%:@ Generated by GNU Autoconf 2.64 for or1ksim 2010-07-30.
@%:@ Generated by GNU Autoconf 2.64 for or1ksim 2010-08-01.
@%:@
@%:@ Report bugs to <openrisc@opencores.org>.
@%:@
719,8 → 719,8
# Identity of this package.
PACKAGE_NAME='or1ksim'
PACKAGE_TARNAME='or1ksim'
PACKAGE_VERSION='2010-07-30'
PACKAGE_STRING='or1ksim 2010-07-30'
PACKAGE_VERSION='2010-08-01'
PACKAGE_STRING='or1ksim 2010-08-01'
PACKAGE_BUGREPORT='openrisc@opencores.org'
PACKAGE_URL=''
 
1473,7 → 1473,7
# Omit some internal or obsolete options to make the list less imposing.
# This message is too long to be a string in the A/UX 3.1 sh.
cat <<_ACEOF
\`configure' configures or1ksim 2010-07-30 to adapt to many kinds of systems.
\`configure' configures or1ksim 2010-08-01 to adapt to many kinds of systems.
 
Usage: $0 [OPTION]... [VAR=VALUE]...
 
1544,7 → 1544,7
 
if test -n "$ac_init_help"; then
case $ac_init_help in
short | recursive ) echo "Configuration of or1ksim 2010-07-30:";;
short | recursive ) echo "Configuration of or1ksim 2010-08-01:";;
esac
cat <<\_ACEOF
 
1651,7 → 1651,7
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
or1ksim configure 2010-07-30
or1ksim configure 2010-08-01
generated by GNU Autoconf 2.64
 
Copyright (C) 2009 Free Software Foundation, Inc.
2313,7 → 2313,7
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
 
It was created by or1ksim $as_me 2010-07-30, which was
It was created by or1ksim $as_me 2010-08-01, which was
generated by GNU Autoconf 2.64. Invocation command line was
 
$ $0 $@
10690,7 → 10690,7
 
# Define the identity of the package.
PACKAGE='or1ksim'
VERSION='2010-07-30'
VERSION='2010-08-01'
 
 
cat >>confdefs.h <<_ACEOF
12822,7 → 12822,41
_ACEOF
 
 
# The cast to long int works around a bug in the HP C Compiler
# version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
# declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
# This bug is HP SR number 8606223364.
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking size of long long" >&5
$as_echo_n "checking size of long long... " >&6; }
if test "${ac_cv_sizeof_long_long+set}" = set; then :
$as_echo_n "(cached) " >&6
else
if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (long long))" "ac_cv_sizeof_long_long" "$ac_includes_default"; then :
else
if test "$ac_cv_type_long_long" = yes; then
{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
{ as_fn_set_status 77
as_fn_error "cannot compute sizeof (long long)
See \`config.log' for more details." "$LINENO" 5; }; }
else
ac_cv_sizeof_long_long=0
fi
fi
 
fi
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_long_long" >&5
$as_echo "$ac_cv_sizeof_long_long" >&6; }
 
 
 
cat >>confdefs.h <<_ACEOF
@%:@define SIZEOF_LONG_LONG $ac_cv_sizeof_long_long
_ACEOF
 
 
 
#Check for compare function type for qsort (needed by some Linuxes)
ac_fn_c_check_type "$LINENO" "__compar_fn_t" "ac_cv_type___compar_fn_t" "$ac_includes_default"
if test "x$ac_cv_type___compar_fn_t" = x""yes; then :
13111,10 → 13145,11
-I\${top_srcdir}/bpb -I\${top_srcdir}/peripheral -I\${top_srcdir}/tick \
-I\${top_srcdir}/peripheral/channels -I\${top_srcdir}/pm -I\${top_srcdir}/pic \
-I\${top_srcdir}/debug -I\${top_srcdir}/vapi -I\${top_srcdir}/support \
-I\${top_srcdir}/cuc -I\${top_srcdir}/port -I\${top_srcdir}/argtable2"
-I\${top_srcdir}/cuc -I\${top_srcdir}/port -I\${top_srcdir}/argtable2 \
-I\${top_srcdir}/softfloat"
 
 
ac_config_files="$ac_config_files Makefile argtable2/Makefile bpb/Makefile cache/Makefile cpu/Makefile cpu/common/Makefile cpu/or1k/Makefile cuc/Makefile debug/Makefile doc/Makefile mmu/Makefile peripheral/Makefile peripheral/channels/Makefile pm/Makefile pic/Makefile port/Makefile support/Makefile testsuite/Makefile testsuite/config/Makefile testsuite/lib/Makefile testsuite/libsim.tests/Makefile testsuite/or1ksim.tests/Makefile testsuite/test-code/Makefile testsuite/test-code/lib-iftest/Makefile testsuite/test-code/lib-inttest/Makefile testsuite/test-code/lib-jtag/Makefile testsuite/test-code/lib-upcalls/Makefile tick/Makefile vapi/Makefile"
ac_config_files="$ac_config_files Makefile argtable2/Makefile bpb/Makefile cache/Makefile cpu/Makefile cpu/common/Makefile cpu/or1k/Makefile cuc/Makefile softfloat/Makefile debug/Makefile doc/Makefile mmu/Makefile peripheral/Makefile peripheral/channels/Makefile pm/Makefile pic/Makefile port/Makefile support/Makefile testsuite/Makefile testsuite/config/Makefile testsuite/lib/Makefile testsuite/libsim.tests/Makefile testsuite/or1ksim.tests/Makefile testsuite/test-code/Makefile testsuite/test-code/lib-iftest/Makefile testsuite/test-code/lib-inttest/Makefile testsuite/test-code/lib-jtag/Makefile testsuite/test-code/lib-upcalls/Makefile tick/Makefile vapi/Makefile"
 
 
# yuck. I don't know why I cannot just substitute $CPU_ARCH in the above
13674,7 → 13709,7
# report actual input values of CONFIG_FILES etc. instead of their
# values after options handling.
ac_log="
This file was extended by or1ksim $as_me 2010-07-30, which was
This file was extended by or1ksim $as_me 2010-08-01, which was
generated by GNU Autoconf 2.64. Invocation command line was
 
CONFIG_FILES = $CONFIG_FILES
13738,7 → 13773,7
_ACEOF
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ac_cs_version="\\
or1ksim config.status 2010-07-30
or1ksim config.status 2010-08-01
configured by $0, generated by GNU Autoconf 2.64,
with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
 
14125,6 → 14160,7
"cpu/common/Makefile") CONFIG_FILES="$CONFIG_FILES cpu/common/Makefile" ;;
"cpu/or1k/Makefile") CONFIG_FILES="$CONFIG_FILES cpu/or1k/Makefile" ;;
"cuc/Makefile") CONFIG_FILES="$CONFIG_FILES cuc/Makefile" ;;
"softfloat/Makefile") CONFIG_FILES="$CONFIG_FILES softfloat/Makefile" ;;
"debug/Makefile") CONFIG_FILES="$CONFIG_FILES debug/Makefile" ;;
"doc/Makefile") CONFIG_FILES="$CONFIG_FILES doc/Makefile" ;;
"mmu/Makefile") CONFIG_FILES="$CONFIG_FILES mmu/Makefile" ;;

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.