2005-11-13 Ralf Corsepius <ralf.corsepius@rtems.org>

* aclocal/env-rtemsbsp.m4: Remove RTEMS_CPU_MODEL.
This commit is contained in:
Ralf Corsepius
2005-11-13 07:14:49 +00:00
parent 6f2593f79f
commit 5036495837
2 changed files with 1 additions and 1 deletions

View File

@@ -1,5 +1,6 @@
2005-11-13 Ralf Corsepius <ralf.corsepius@rtems.org>
* aclocal/env-rtemsbsp.m4: Remove RTEMS_CPU_MODEL.
* automake/compile.am: Remove LINK_OBJS. Remove LINK_FILES.
Remove ARCH. Remove LINK_LIBS.
Extend clean-local to catch most temporary files make-exe is

View File

@@ -9,7 +9,6 @@ AC_BEFORE([$0], [RTEMS_PROJECT_ROOT])dnl
AC_BEFORE([$0], [RTEMS_CHECK_CUSTOM_BSP])dnl
AC_ARG_VAR([RTEMS_BSP_FAMILY],[RTEMS's BSP directory])
AC_ARG_VAR([RTEMS_CPU_MODEL],[RTEMS's cpu model])
AC_ARG_VAR([RTEMS_BSP],[RTEMS_BSP to build])
AC_MSG_CHECKING([for RTEMS_BSP])