mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-08-24 15:48:39 +08:00
This fixes the legacy Makefile based build system which expects RTEMS_API to be identical to the tool chain version. Update #3220.
5 lines
95 B
Plaintext
5 lines
95 B
Plaintext
AC_DEFUN([RTEMS_VERSIONING],
|
|
m4_define([_RTEMS_VERSION],[5.0.0]))
|
|
|
|
m4_define([_RTEMS_API],[5])
|