Line 1... |
Line 1... |
@%:@! /bin/sh
|
@%:@! /bin/sh
|
@%:@ From configure.ac Id: configure.ac 532 2011-04-28 18:34:59Z jeremybennett using automake version AC_ACVERSION.
|
@%:@ From configure.ac Id: configure.ac 538 2011-05-09 14:42:56Z julius using automake version AC_ACVERSION.
|
@%:@ Guess values for system-dependent variables and create Makefiles.
|
@%:@ Guess values for system-dependent variables and create Makefiles.
|
@%:@ Generated by GNU Autoconf 2.64 for or1ksim 2011-04-28.
|
@%:@ Generated by GNU Autoconf 2.64 for or1ksim 2011-04-28.
|
@%:@
|
@%:@
|
@%:@ Report bugs to .
|
@%:@ Report bugs to .
|
@%:@
|
@%:@
|
Line 773... |
Line 773... |
LOCAL_LDFLAGS
|
LOCAL_LDFLAGS
|
LOCAL_CFLAGS
|
LOCAL_CFLAGS
|
BUILD_DIR
|
BUILD_DIR
|
RUNTESTDEFAULTFLAGS
|
RUNTESTDEFAULTFLAGS
|
DEJAGNU
|
DEJAGNU
|
DYNAMIC_EXECUTION_FALSE
|
|
DYNAMIC_EXECUTION_TRUE
|
|
GENERATE_NEEDED_FALSE
|
GENERATE_NEEDED_FALSE
|
GENERATE_NEEDED_TRUE
|
GENERATE_NEEDED_TRUE
|
DEBUGFLAGS
|
DEBUGFLAGS
|
USE_ARGDATE_FALSE
|
USE_ARGDATE_FALSE
|
USE_ARGDATE_TRUE
|
USE_ARGDATE_TRUE
|
Line 1558... |
Line 1556... |
optimize for fast installation @<:@default=yes@:>@
|
optimize for fast installation @<:@default=yes@:>@
|
--disable-libtool-lock avoid locking (might break parallel builds)
|
--disable-libtool-lock avoid locking (might break parallel builds)
|
--disable-dependency-tracking speeds up one-time build
|
--disable-dependency-tracking speeds up one-time build
|
--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)
|
--enable-ethphy compiles sim with ethernet phy support
|
--enable-ethphy compiles sim with ethernet phy support
|
--enable-unsigned-xori l.xori immediate operand treated as unsigned
|
--enable-unsigned-xori l.xori immediate operand treated as unsigned
|
--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-debug enable library debugging symbols
|
--enable-debug enable library debugging symbols
|
|
|
Line 10872... |
Line 10870... |
ARCH_ISA=OR32;
|
ARCH_ISA=OR32;
|
|
|
$as_echo "@%:@define OR32_TYPES 1" >>confdefs.h
|
$as_echo "@%:@define OR32_TYPES 1" >>confdefs.h
|
;;
|
;;
|
|
|
dlx*) CPU_ARCH=dlx;
|
|
ARCH_ISA=DLX;;
|
|
|
|
*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Unknown target architecture $target_cpu: OR32 ELF assumed" >&5
|
*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Unknown target architecture $target_cpu: OR32 ELF assumed" >&5
|
$as_echo "$as_me: WARNING: Unknown target architecture $target_cpu: OR32 ELF assumed" >&2;};
|
$as_echo "$as_me: WARNING: Unknown target architecture $target_cpu: OR32 ELF assumed" >&2;};
|
CPU_ARCH=or32;
|
CPU_ARCH=or32;
|
ARCH_ISA=OR32;
|
ARCH_ISA=OR32;
|
|
|
Line 12970... |
Line 12965... |
INCLUDES="-I\${top_builddir}/cpu/$CPU_ARCH"
|
INCLUDES="-I\${top_builddir}/cpu/$CPU_ARCH"
|
execution="1"
|
execution="1"
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: complex" >&5
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: complex" >&5
|
$as_echo "complex" >&6; }
|
$as_echo "complex" >&6; }
|
;;
|
;;
|
dynamic)
|
|
INCLUDES="-I\${top_srcdir}/cpu/$CPU_ARCH"
|
|
execution="2"
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: dynamic" >&5
|
|
$as_echo "dynamic" >&6; }
|
|
;;
|
|
*)
|
*)
|
as_fn_error "\"execution must one of simple/complex/dynamic\"" "$LINENO" 5
|
as_fn_error "\"execution must one of simple/complex\"" "$LINENO" 5
|
;;
|
;;
|
esac
|
esac
|
|
|
else
|
else
|
|
|
Line 13079... |
Line 13068... |
|
|
cat >>confdefs.h <<_ACEOF
|
cat >>confdefs.h <<_ACEOF
|
@%:@define COMPLEX_EXECUTION $execution == 1
|
@%:@define COMPLEX_EXECUTION $execution == 1
|
_ACEOF
|
_ACEOF
|
|
|
|
|
cat >>confdefs.h <<_ACEOF
|
|
@%:@define DYNAMIC_EXECUTION $execution == 2
|
|
_ACEOF
|
|
|
|
if test x$execution = x1; then
|
if test x$execution = x1; then
|
GENERATE_NEEDED_TRUE=
|
GENERATE_NEEDED_TRUE=
|
GENERATE_NEEDED_FALSE='#'
|
GENERATE_NEEDED_FALSE='#'
|
else
|
else
|
GENERATE_NEEDED_TRUE='#'
|
GENERATE_NEEDED_TRUE='#'
|
GENERATE_NEEDED_FALSE=
|
GENERATE_NEEDED_FALSE=
|
fi
|
fi
|
|
|
if test x$execution = x2; then
|
|
DYNAMIC_EXECUTION_TRUE=
|
|
DYNAMIC_EXECUTION_FALSE='#'
|
|
else
|
|
DYNAMIC_EXECUTION_TRUE='#'
|
|
DYNAMIC_EXECUTION_FALSE=
|
|
fi
|
|
|
|
|
|
|
|
test -n "$profile" && CFLAGS="$CFLAGS $profile" LDFLAGS="$LDFLAGS $profile"
|
test -n "$profile" && CFLAGS="$CFLAGS $profile" LDFLAGS="$LDFLAGS $profile"
|
|
|
Line 13152... |
Line 13129... |
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"
|
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
|
# yuck. I don't know why I cannot just substitute $CPU_ARCH in the above
|
case "$CPU_ARCH" in
|
case "$CPU_ARCH" in
|
dlx) ac_config_files="$ac_config_files cpu/dlx/Makefile"
|
|
;;
|
|
*) ac_config_files="$ac_config_files cpu/or32/Makefile"
|
*) ac_config_files="$ac_config_files cpu/or32/Makefile"
|
;;
|
;;
|
esac
|
esac
|
|
|
# Generate the output
|
# Generate the output
|
Line 13295... |
Line 13270... |
fi
|
fi
|
if test -z "${GENERATE_NEEDED_TRUE}" && test -z "${GENERATE_NEEDED_FALSE}"; then
|
if test -z "${GENERATE_NEEDED_TRUE}" && test -z "${GENERATE_NEEDED_FALSE}"; then
|
as_fn_error "conditional \"GENERATE_NEEDED\" was never defined.
|
as_fn_error "conditional \"GENERATE_NEEDED\" was never defined.
|
Usually this means the macro was only invoked conditionally." "$LINENO" 5
|
Usually this means the macro was only invoked conditionally." "$LINENO" 5
|
fi
|
fi
|
if test -z "${DYNAMIC_EXECUTION_TRUE}" && test -z "${DYNAMIC_EXECUTION_FALSE}"; then
|
|
as_fn_error "conditional \"DYNAMIC_EXECUTION\" was never defined.
|
|
Usually this means the macro was only invoked conditionally." "$LINENO" 5
|
|
fi
|
|
|
|
: ${CONFIG_STATUS=./config.status}
|
: ${CONFIG_STATUS=./config.status}
|
ac_write_fail=0
|
ac_write_fail=0
|
ac_clean_files_save=$ac_clean_files
|
ac_clean_files_save=$ac_clean_files
|
ac_clean_files="$ac_clean_files $CONFIG_STATUS"
|
ac_clean_files="$ac_clean_files $CONFIG_STATUS"
|
Line 14180... |
Line 14151... |
"testsuite/test-code/lib-inttest/Makefile") CONFIG_FILES="$CONFIG_FILES testsuite/test-code/lib-inttest/Makefile" ;;
|
"testsuite/test-code/lib-inttest/Makefile") CONFIG_FILES="$CONFIG_FILES testsuite/test-code/lib-inttest/Makefile" ;;
|
"testsuite/test-code/lib-jtag/Makefile") CONFIG_FILES="$CONFIG_FILES testsuite/test-code/lib-jtag/Makefile" ;;
|
"testsuite/test-code/lib-jtag/Makefile") CONFIG_FILES="$CONFIG_FILES testsuite/test-code/lib-jtag/Makefile" ;;
|
"testsuite/test-code/lib-upcalls/Makefile") CONFIG_FILES="$CONFIG_FILES testsuite/test-code/lib-upcalls/Makefile" ;;
|
"testsuite/test-code/lib-upcalls/Makefile") CONFIG_FILES="$CONFIG_FILES testsuite/test-code/lib-upcalls/Makefile" ;;
|
"tick/Makefile") CONFIG_FILES="$CONFIG_FILES tick/Makefile" ;;
|
"tick/Makefile") CONFIG_FILES="$CONFIG_FILES tick/Makefile" ;;
|
"vapi/Makefile") CONFIG_FILES="$CONFIG_FILES vapi/Makefile" ;;
|
"vapi/Makefile") CONFIG_FILES="$CONFIG_FILES vapi/Makefile" ;;
|
"cpu/dlx/Makefile") CONFIG_FILES="$CONFIG_FILES cpu/dlx/Makefile" ;;
|
|
"cpu/or32/Makefile") CONFIG_FILES="$CONFIG_FILES cpu/or32/Makefile" ;;
|
"cpu/or32/Makefile") CONFIG_FILES="$CONFIG_FILES cpu/or32/Makefile" ;;
|
|
|
*) as_fn_error "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
|
*) as_fn_error "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
|
esac
|
esac
|
done
|
done
|