[Bug 1206] New: Now possible to check for micro number
rtems-bugs at rtems.org
rtems-bugs at rtems.org
Tue Jan 2 10:01:45 UTC 2007
http://www.rtems.org/bugzilla/show_bug.cgi?id=1206
Summary: Now possible to check for micro number
Product: RTEMS
Version: 4.6
Platform: All
OS/Version: RTEMS
Status: NEW
Severity: enhancement
Priority: P3
Component: misc
AssignedTo: joel.sherrill at oarcorp.com
ReportedBy: jwillemsen at remedy.nl
I am not sure how the number is exactly used but I want to test whether I am
building against 4.6.6 or 4.6.5 or another release of the 4.6 branch. I can use
the following:
#if (__RTEMS_MAJOR__ > 4) || (__RTEMS_MAJOR__ == 4 && __RTEMS_MINOR__ > 6)
But I want to test for the last digit also (1 until 6 for 4.6 at this moment)
--
Configure bugmail: http://www.rtems.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the bugs
mailing list