Notice: We have migrated to GitLab launching 2024-05-01 see here: https://gitlab.rtems.org/

#4273 reopened enhancement

Add a directive to report the RTEMS architecture

Reported by: Sebastian Huber Owned by: Sebastian Huber
Priority: normal Milestone: 7.1
Component: rtems Version: 7
Severity: normal Keywords:
Cc: Blocked By:
Blocking:

Description

We have CPU_NAME, however, this string doesn't match with the architecture name specified by the build configuration. It would be good to report the arch/bsp name as specified by the build.

Change History (2)

comment:1 Changed on 11/29/22 at 22:32:08 by Chris Johns

Resolution: fixed
Status: assignedclosed

The call utsname() does this. Add in 1995.

comment:2 Changed on 11/30/22 at 11:49:44 by Sebastian Huber

Milestone: 6.17.1
Resolution: fixed
Status: closedreopened
Version: 7

utsname() uses CPU_NAME.

Note: See TracTickets for help on using tickets.