Changeset 9d62874 in rtems
- Timestamp:
- 05/15/18 14:17:03 (6 years ago)
- Branches:
- 5, master
- Children:
- 30c3898
- Parents:
- 003b192
- git-author:
- Joel Sherrill <joel@…> (05/15/18 14:17:03)
- git-committer:
- Joel Sherrill <joel@…> (05/15/18 14:25:36)
- Location:
- c/src/lib/libbsp/sparc64
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libbsp/sparc64/niagara/configure.ac
r003b192 r9d62874 11 11 RTEMS_BSP_CONFIGURE 12 12 13 RTEMS_BSPOPTS_SET([SUN4V],[niagara],[1]) 14 RTEMS_BSPOPTS_SET([SUN4V],[*],[]) 15 RTEMS_BSPOPTS_HELP([SUN4V], 16 [If defined, enable SUN model optons for the Niagara model.]) 13 AC_DEFINE(SUN4V, 1, [SUN model option]) 17 14 18 15 RTEMS_BSP_CLEANUP_OPTIONS -
c/src/lib/libbsp/sparc64/usiii/configure.ac
r003b192 r9d62874 17 17 the wall time required to execute the RTEMS test suites.]) 18 18 19 RTEMS_BSPOPTS_SET([US3],[usiii],[1]) 20 RTEMS_BSPOPTS_SET([US3],[*],[]) 21 RTEMS_BSPOPTS_HELP([US3], 22 [If defined, enable UltraSPARC optons for the USIII BSP.]) 23 24 RTEMS_BSPOPTS_SET([SUN4U],[usiii],[1]) 25 RTEMS_BSPOPTS_SET([SUN4U],[*],[]) 26 RTEMS_BSPOPTS_HELP([SUN4U], 27 [If defined, enable SUN model optons for the USIII BSP.]) 19 AC_DEFINE(US3, 1, [UltraSPARC model option]) 20 AC_DEFINE(SUN4U, 1, [SUN model option]) 28 21 29 22 RTEMS_BSP_CLEANUP_OPTIONS
Note: See TracChangeset
for help on using the changeset viewer.