2011-02-25 Ralf Corsépius <ralf.corsepius@rtems.org>

* tools/configure.ac: Remove RTEMS_CANONICAL_TARGET_CPU.
	Fix package name.
This commit is contained in:
Ralf Corsepius
2011-02-25 10:49:07 +00:00
parent 5c3e7714f6
commit 54fef8bf36
2 changed files with 6 additions and 3 deletions

View File

@@ -1,3 +1,8 @@
2011-02-25 Ralf Corsépius <ralf.corsepius@rtems.org>
* tools/configure.ac: Remove RTEMS_CANONICAL_TARGET_CPU.
Fix package name.
2011-02-11 Ralf Corsépius <ralf.corsepius@rtems.org>
* include/bsp.h:

View File

@@ -3,12 +3,10 @@
## $Id$
AC_PREREQ([2.68])
AC_INIT([rtems-c-src-lib-libbsp-sparc-erc32-tools],[_RTEMS_VERSION],[http://www.rtems.org/bugzilla])
AC_INIT([rtems-c-src-lib-libbsp-m32c-m32cbsp-tools],[_RTEMS_VERSION],[http://www.rtems.org/bugzilla])
AC_CONFIG_SRCDIR([runtest.in])
RTEMS_TOP(../../../../../../..)
RTEMS_CANONICAL_TARGET_CPU
AM_INIT_AUTOMAKE([no-define foreign 1.11.1])
AM_MAINTAINER_MODE