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/testsuite
- from Rev 508 to Rev 510
- ↔ Reverse comparison
Rev 508 → Rev 510
/test-code-or1k/configure
1,6 → 1,6
#! /bin/sh |
# Guess values for system-dependent variables and create Makefiles. |
# Generated by GNU Autoconf 2.65 for or1ksim-testsuite 0.5.0rc3. |
# Generated by GNU Autoconf 2.65 for or1ksim-testsuite 0.5.1rc1. |
# |
# Report bugs to <openrisc@opencores.org>. |
# |
701,8 → 701,8
# Identity of this package. |
PACKAGE_NAME='or1ksim-testsuite' |
PACKAGE_TARNAME='or1ksim-testsuite' |
PACKAGE_VERSION='0.5.0rc3' |
PACKAGE_STRING='or1ksim-testsuite 0.5.0rc3' |
PACKAGE_VERSION='0.5.1rc1' |
PACKAGE_STRING='or1ksim-testsuite 0.5.1rc1' |
PACKAGE_BUGREPORT='openrisc@opencores.org' |
PACKAGE_URL='' |
|
1424,7 → 1424,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-testsuite 0.5.0rc3 to adapt to many kinds of systems. |
\`configure' configures or1ksim-testsuite 0.5.1rc1 to adapt to many kinds of systems. |
|
Usage: $0 [OPTION]... [VAR=VALUE]... |
|
1495,7 → 1495,7
|
if test -n "$ac_init_help"; then |
case $ac_init_help in |
short | recursive ) echo "Configuration of or1ksim-testsuite 0.5.0rc3:";; |
short | recursive ) echo "Configuration of or1ksim-testsuite 0.5.1rc1:";; |
esac |
cat <<\_ACEOF |
|
1600,7 → 1600,7
test -n "$ac_init_help" && exit $ac_status |
if $ac_init_version; then |
cat <<\_ACEOF |
or1ksim-testsuite configure 0.5.0rc3 |
or1ksim-testsuite configure 0.5.1rc1 |
generated by GNU Autoconf 2.65 |
|
Copyright (C) 2009 Free Software Foundation, Inc. |
2025,7 → 2025,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-testsuite $as_me 0.5.0rc3, which was |
It was created by or1ksim-testsuite $as_me 0.5.1rc1, which was |
generated by GNU Autoconf 2.65. Invocation command line was |
|
$ $0 $@ |
10315,7 → 10315,7
|
# Define the identity of the package. |
PACKAGE='or1ksim-testsuite' |
VERSION='0.5.0rc3' |
VERSION='0.5.1rc1' |
|
|
cat >>confdefs.h <<_ACEOF |
11742,7 → 11742,7
# report actual input values of CONFIG_FILES etc. instead of their |
# values after options handling. |
ac_log=" |
This file was extended by or1ksim-testsuite $as_me 0.5.0rc3, which was |
This file was extended by or1ksim-testsuite $as_me 0.5.1rc1, which was |
generated by GNU Autoconf 2.65. Invocation command line was |
|
CONFIG_FILES = $CONFIG_FILES |
11808,7 → 11808,7
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 |
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" |
ac_cs_version="\\ |
or1ksim-testsuite config.status 0.5.0rc3 |
or1ksim-testsuite config.status 0.5.1rc1 |
configured by $0, generated by GNU Autoconf 2.65, |
with options \\"\$ac_cs_config\\" |
|
/test-code-or1k/configure.ac
23,7 → 23,7
# Configure script for the OpenRISC 1000 simulator test suite OR1K code |
# directory. This uses a different tool chain, so has its own configuration |
# script. Process this file with autoconf to produce a configure script. |
AC_INIT([or1ksim-testsuite], [0.5.0rc3], [openrisc@opencores.org]) |
AC_INIT([or1ksim-testsuite], [0.5.1rc1], [openrisc@opencores.org]) |
AC_CONFIG_MACRO_DIR([m4]) |
|
AC_PROG_LIBTOOL |
/test-code-or1k/ChangeLog
1,7 → 1,7
2011-04-07 Jeremy Bennett <jeremy.bennett@embecosm.com> |
2011-04-08 Jeremy Bennett <jeremy.bennett@embecosm.com> |
|
* configure: Regenerated. |
* configure.ac: Updated version 0.5.0rc3. |
* configure.ac: Updated version 0.5.1rc1. |
|
2011-02-24 Jeremy Bennett <jeremy.bennett@embecosm.com> |
|
11,7 → 11,7
2011-01-27 Jeremy Bennett <jeremy.bennett@embecosm.com> |
|
* configure: Regenerated. |
* configure.ac: Updated version. |
* configure.ac: Updated version 0.5.0rc3. |
* support/spr-defs.h: Added definition of NOP_RANDOM and |
NOP_OR1KSIM. Removed definitions of NOP_REPORT_FIRST and |
NOP_REPORT_LAST. |