2004-10-18 Ralf Corsepius <ralf_corsepius@rtems.org>

* acinclude.m4: Remove RTEMS_CHECK_CPU.
	* configure.ac: Remove RTEMS_CHECK_CPU, RTEMS_ENABLE_BARE.
This commit is contained in:
Ralf Corsepius
2004-10-18 09:28:00 +00:00
parent 180ae7a1a3
commit 2c8d5f2a95
3 changed files with 5 additions and 19 deletions

View File

@@ -1,3 +1,8 @@
2004-10-18 Ralf Corsepius <ralf_corsepius@rtems.org>
* acinclude.m4: Remove RTEMS_CHECK_CPU.
* configure.ac: Remove RTEMS_CHECK_CPU, RTEMS_ENABLE_BARE.
2004-09-24 Ralf Corsepius <ralf_corsepius@rtems.org>
* configure.ac: Require automake > 1.9.

View File

@@ -1,21 +1,5 @@
dnl $Id$
dnl check if RTEMS support a cpu
AC_DEFUN([RTEMS_CHECK_CPU],
[dnl
AC_REQUIRE([RTEMS_TOP])
AC_REQUIRE([RTEMS_CANONICAL_TARGET_CPU])
# Is this a supported CPU?
AC_MSG_CHECKING([if cpu $RTEMS_CPU is supported])
# FIXME: Temporary hack
if test -d "$srcdir/${RTEMS_TOPdir}/c/src/lib/libbsp/$RTEMS_CPU"; then
AC_MSG_RESULT(yes)
else
AC_MSG_ERROR(no)
fi
])dnl
dnl
dnl Misc utility macros for subdir handling to work around missing abilities
dnl in autoconf, automake and structural issues with RTEMS

View File

@@ -13,11 +13,8 @@ AM_INIT_AUTOMAKE([no-define foreign 1.9])
AM_MAINTAINER_MODE
## These options are used within this file.
RTEMS_ENABLE_BARE
RTEMS_ENABLE_RTEMSBSP
RTEMS_CHECK_CPU
AS_IF([test x"$enable_rtemsbsp" = x"no"],[
rtems_bsp=""
],[