mirror of
https://github.com/t-crest/rtems.git
synced 2025-12-26 01:07:58 +00:00
2003-10-01 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* aclocal/check-cpu.m4: Remove. * Makefile.am: Remove reference to aclocal/check-cpu.m4. * acinclude.m4 (RTEMS_TARGET_CONFIG_SUBDIR): Check for presence of $1 in $srcdir before adding dir to SUBDIRS.
This commit is contained in:
@@ -1,6 +1,14 @@
|
|||||||
|
2003-10-01 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
|
* aclocal/check-cpu.m4: Remove.
|
||||||
|
* Makefile.am: Remove reference to aclocal/check-cpu.m4.
|
||||||
|
* acinclude.m4 (RTEMS_TARGET_CONFIG_SUBDIR): Check for presence of
|
||||||
|
$1 in $srcdir before adding dir to SUBDIRS.
|
||||||
|
|
||||||
2003-09-26 Joel Sherrill <joel@OARcorp.com>
|
2003-09-26 Joel Sherrill <joel@OARcorp.com>
|
||||||
|
|
||||||
* README.configure, aclocal/rtems-cpu-subdirs.m4: Removing HPPA port.
|
* README.configure, aclocal/rtems-cpu-subdirs.m4: Removing HPPA port.
|
||||||
|
|
||||||
2003-08-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
2003-08-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
* aclocal/enable-rtems-debug.m4: New (Missed in yesterday's
|
* aclocal/enable-rtems-debug.m4: New (Missed in yesterday's
|
||||||
|
|||||||
@@ -21,7 +21,6 @@ ACLOCAL_FILES += aclocal/bsp-alias.m4
|
|||||||
ACLOCAL_FILES += aclocal/canonical-host.m4
|
ACLOCAL_FILES += aclocal/canonical-host.m4
|
||||||
ACLOCAL_FILES += aclocal/canonical-target-name.m4
|
ACLOCAL_FILES += aclocal/canonical-target-name.m4
|
||||||
ACLOCAL_FILES += aclocal/check-bsps.m4
|
ACLOCAL_FILES += aclocal/check-bsps.m4
|
||||||
ACLOCAL_FILES += aclocal/check-cpu.m4
|
|
||||||
ACLOCAL_FILES += aclocal/check-custom-bsp.m4
|
ACLOCAL_FILES += aclocal/check-custom-bsp.m4
|
||||||
ACLOCAL_FILES += aclocal/config-subdirs.m4
|
ACLOCAL_FILES += aclocal/config-subdirs.m4
|
||||||
ACLOCAL_FILES += aclocal/enable-bare.m4
|
ACLOCAL_FILES += aclocal/enable-bare.m4
|
||||||
|
|||||||
@@ -373,6 +373,7 @@ AC_SUBST(host_subdir)
|
|||||||
## PUBLIC: RTEMS_TARGET_CONFIG_SUBDIRS(target_subdir)
|
## PUBLIC: RTEMS_TARGET_CONFIG_SUBDIRS(target_subdir)
|
||||||
# subdirs to be build for the target environment
|
# subdirs to be build for the target environment
|
||||||
AC_DEFUN([RTEMS_TARGET_CONFIG_SUBDIRS],[
|
AC_DEFUN([RTEMS_TARGET_CONFIG_SUBDIRS],[
|
||||||
|
AS_IF([test -d ${srcdir}/$1],[
|
||||||
m4_append([_RTEMS_TARGET_CONFIGDIRS_LIST],[ $1])
|
m4_append([_RTEMS_TARGET_CONFIGDIRS_LIST],[ $1])
|
||||||
|
|
||||||
_RTEMS_SUBST_IFNOT([target_configdirs],[$1])
|
_RTEMS_SUBST_IFNOT([target_configdirs],[$1])
|
||||||
@@ -380,6 +381,7 @@ _RTEMS_SUBST_IFNOT([target_configdirs],[$1])
|
|||||||
m4_divert_text([DEFAULTS],
|
m4_divert_text([DEFAULTS],
|
||||||
[ac_subdirs_all="$ac_subdirs_all m4_normalize([$1])"])
|
[ac_subdirs_all="$ac_subdirs_all m4_normalize([$1])"])
|
||||||
m4_expand_once([_RTEMS_COMMANDS_POST_CONFIG_SUBDIRS])
|
m4_expand_once([_RTEMS_COMMANDS_POST_CONFIG_SUBDIRS])
|
||||||
|
])
|
||||||
])
|
])
|
||||||
|
|
||||||
AC_DEFUN(_RTEMS_TARGET_CONFIG_PREPARE,[
|
AC_DEFUN(_RTEMS_TARGET_CONFIG_PREPARE,[
|
||||||
|
|||||||
@@ -1,18 +0,0 @@
|
|||||||
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/cpukit/score/cpu/$RTEMS_CPU"; then
|
|
||||||
AC_MSG_RESULT(yes)
|
|
||||||
else
|
|
||||||
AC_MSG_ERROR(no)
|
|
||||||
fi
|
|
||||||
])dnl
|
|
||||||
|
|
||||||
Reference in New Issue
Block a user