Opened on Feb 26, 2003 at 5:29:00 PM
Closed on Mar 17, 2003 at 4:16:43 AM
Last modified on Dec 3, 2006 at 1:31:13 PM
#363 closed enhancement (fixed)
Move _RTEMS_version[]
Reported by: | Ralf Corsepius | Owned by: | Joel Sherrill |
---|---|---|---|
Priority: | normal | Milestone: | 2 |
Component: | score | Version: | unknown |
Severity: | minor | Keywords: | |
Cc: | bugs@…, ralf.corsepius@… | Blocked By: | |
Blocking: |
Description
I would want to move this part of sptables.h.in
#if defined(SAPI_INIT)
const char _RTEMS_version[] =
"RTEMS RELEASE " RTEMS_VERSION
"(" CPU_NAME "/" CPU_MODEL_NAME "/@RTEMS_BSP@)";
#else
into a *c file outside of cpukit, because this is one of two spots in sptables.in which introduces the need for it to be autoconf generated and because this is the last spot in cpukit referring to RTEMS_BSP.
Release:
RTEMS-CVS + RTEMS-4-6-branch
Change History (1)
comment:1 Changed on Mar 17, 2003 at 4:16:43 AM by Ralf Corsepius
Status: | assigned → closed |
---|
Note: See
TracTickets for help on using
tickets.
State-Changed-From-To: analyzed->closed
State-Changed-Why: _RTEMS_version moved on branch