forked from Imagelibrary/rtems
sparc64 BSPs: Hard define configuration required settings
Updates #3425.
This commit is contained in:
@@ -10,10 +10,7 @@ RTEMS_CANONICAL_TARGET_CPU
|
|||||||
AM_INIT_AUTOMAKE([no-define nostdinc foreign 1.12.2])
|
AM_INIT_AUTOMAKE([no-define nostdinc foreign 1.12.2])
|
||||||
RTEMS_BSP_CONFIGURE
|
RTEMS_BSP_CONFIGURE
|
||||||
|
|
||||||
RTEMS_BSPOPTS_SET([SUN4V],[niagara],[1])
|
AC_DEFINE(SUN4V, 1, [SUN model option])
|
||||||
RTEMS_BSPOPTS_SET([SUN4V],[*],[])
|
|
||||||
RTEMS_BSPOPTS_HELP([SUN4V],
|
|
||||||
[If defined, enable SUN model optons for the Niagara model.])
|
|
||||||
|
|
||||||
RTEMS_BSP_CLEANUP_OPTIONS
|
RTEMS_BSP_CLEANUP_OPTIONS
|
||||||
|
|
||||||
|
|||||||
@@ -16,15 +16,8 @@ RTEMS_BSPOPTS_HELP([SIMSPARC_FAST_IDLE],
|
|||||||
time spent in the idle task is minimized. This significantly reduces
|
time spent in the idle task is minimized. This significantly reduces
|
||||||
the wall time required to execute the RTEMS test suites.])
|
the wall time required to execute the RTEMS test suites.])
|
||||||
|
|
||||||
RTEMS_BSPOPTS_SET([US3],[usiii],[1])
|
AC_DEFINE(US3, 1, [UltraSPARC model option])
|
||||||
RTEMS_BSPOPTS_SET([US3],[*],[])
|
AC_DEFINE(SUN4U, 1, [SUN model option])
|
||||||
RTEMS_BSPOPTS_HELP([US3],
|
|
||||||
[If defined, enable UltraSPARC optons for the USIII BSP.])
|
|
||||||
|
|
||||||
RTEMS_BSPOPTS_SET([SUN4U],[usiii],[1])
|
|
||||||
RTEMS_BSPOPTS_SET([SUN4U],[*],[])
|
|
||||||
RTEMS_BSPOPTS_HELP([SUN4U],
|
|
||||||
[If defined, enable SUN model optons for the USIII BSP.])
|
|
||||||
|
|
||||||
RTEMS_BSP_CLEANUP_OPTIONS
|
RTEMS_BSP_CLEANUP_OPTIONS
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user