[PATCH] Change RTEMS_API from 5.0 to 5
Sebastian Huber
sebastian.huber at embedded-brains.de
Fri Nov 10 07:42:43 UTC 2017
This fixes the legacy Makefile based build system which expects
RTEMS_API to be identical to the tool chain version.
Update #3220.
---
aclocal/version.m4 | 2 +-
c/src/aclocal/version.m4 | 2 +-
cpukit/aclocal/version.m4 | 2 +-
testsuites/aclocal/version.m4 | 2 +-
4 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/aclocal/version.m4 b/aclocal/version.m4
index 5cbf0335e7..7c8b9df348 100644
--- a/aclocal/version.m4
+++ b/aclocal/version.m4
@@ -1,4 +1,4 @@
AC_DEFUN([RTEMS_VERSIONING],
m4_define([_RTEMS_VERSION],[5.0.0]))
-m4_define([_RTEMS_API],[5.0])
+m4_define([_RTEMS_API],[5])
diff --git a/c/src/aclocal/version.m4 b/c/src/aclocal/version.m4
index 5cbf0335e7..7c8b9df348 100644
--- a/c/src/aclocal/version.m4
+++ b/c/src/aclocal/version.m4
@@ -1,4 +1,4 @@
AC_DEFUN([RTEMS_VERSIONING],
m4_define([_RTEMS_VERSION],[5.0.0]))
-m4_define([_RTEMS_API],[5.0])
+m4_define([_RTEMS_API],[5])
diff --git a/cpukit/aclocal/version.m4 b/cpukit/aclocal/version.m4
index 5cbf0335e7..7c8b9df348 100644
--- a/cpukit/aclocal/version.m4
+++ b/cpukit/aclocal/version.m4
@@ -1,4 +1,4 @@
AC_DEFUN([RTEMS_VERSIONING],
m4_define([_RTEMS_VERSION],[5.0.0]))
-m4_define([_RTEMS_API],[5.0])
+m4_define([_RTEMS_API],[5])
diff --git a/testsuites/aclocal/version.m4 b/testsuites/aclocal/version.m4
index 5cbf0335e7..7c8b9df348 100644
--- a/testsuites/aclocal/version.m4
+++ b/testsuites/aclocal/version.m4
@@ -1,4 +1,4 @@
AC_DEFUN([RTEMS_VERSIONING],
m4_define([_RTEMS_VERSION],[5.0.0]))
-m4_define([_RTEMS_API],[5.0])
+m4_define([_RTEMS_API],[5])
--
2.12.3
More information about the devel
mailing list