2002-08-07 Ivan Guzvinec <ivang@opencores.org>

* configure.ac: Bender BSP renamed to OpenRisc Reference Platform
	for ORP.
This commit is contained in:
Joel Sherrill
2002-08-07 15:46:53 +00:00
parent 8cfdb56662
commit 46f31d1546
2 changed files with 6 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
2002-08-07 Ivan Guzvinec <ivang@opencores.org>
* configure.ac: Bender BSP renamed to OpenRisc Reference Platform
for ORP.
2002-08-07 Ivan Guzvinec <ivang@opencores.org>
* include/bsp.h, start/start.S, startup/linkcmds: Patches which

View File

@@ -3,7 +3,7 @@
## $Id$
AC_PREREQ(2.52)
AC_INIT([rtems-c-src-lib-libbsp-or32-bender],[_RTEMS_VERSION],[rtems-bugs@OARcorp.com])
AC_INIT([rtems-c-src-lib-libbsp-or32-orp],[_RTEMS_VERSION],[rtems-bugs@OARcorp.com])
AC_CONFIG_SRCDIR([bsp_specs])
RTEMS_TOP(../../../../../..)
AC_CONFIG_AUX_DIR(../../../../../..)