summaryrefslogtreecommitdiffstats
path: root/c
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2003-10-22 12:40:47 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2003-10-22 12:40:47 +0000
commit4f21a587e1fe1c5c5b3ec81fba3a35b90a74e435 (patch)
treefe22b4724092ceb180e086660a6761ffdceacf34 /c
parent2003-10-22 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-4f21a587e1fe1c5c5b3ec81fba3a35b90a74e435.tar.bz2
2003-10-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* aclocal/bsp-configure.m4: AC_PREREQ(2.57). Remove RTEMS_CANONICAL_HOST.
Diffstat (limited to 'c')
-rw-r--r--c/src/ChangeLog5
-rw-r--r--c/src/aclocal/bsp-configure.m43
2 files changed, 6 insertions, 2 deletions
diff --git a/c/src/ChangeLog b/c/src/ChangeLog
index af853832a8..3145330d9d 100644
--- a/c/src/ChangeLog
+++ b/c/src/ChangeLog
@@ -1,5 +1,10 @@
2003-10-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+ * aclocal/bsp-configure.m4: AC_PREREQ(2.57).
+ Remove RTEMS_CANONICAL_HOST.
+
+2003-10-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
* aclocal/canonical-host.m4: Remove.
* aclocal/canonical-target-name.m4: Merge-in aclocal/canonical-host.m4.
diff --git a/c/src/aclocal/bsp-configure.m4 b/c/src/aclocal/bsp-configure.m4
index 5f123e5903..792b9a5bbe 100644
--- a/c/src/aclocal/bsp-configure.m4
+++ b/c/src/aclocal/bsp-configure.m4
@@ -4,13 +4,12 @@ dnl RTEMS_BSP_CONFIGURE
dnl Common macro to be included by all bsp-configure.acs
AC_DEFUN([RTEMS_BSP_CONFIGURE],
[
- AC_PREREQ([2.52])
+ AC_PREREQ([2.57])
AM_MAINTAINER_MODE
RTEMS_ENV_RTEMSBSP
RTEMS_CHECK_CUSTOM_BSP(RTEMS_BSP)
- RTEMS_CANONICAL_HOST
AM_CONFIG_HEADER([include/bspopts.tmp:include/bspopts.h.in],[
echo "/* BSP dependent options file */" >$tmp/config.h
echo "/* automatically generated -- DO NOT EDIT!! */" >>$tmp/config.h