Changeset 9d62874 in rtems


Ignore:
Timestamp:
05/15/18 14:17:03 (6 years ago)
Author:
Joel Sherrill <joel@…>
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)
Message:

sparc64 BSPs: Hard define configuration required settings

Updates #3425.

Location:
c/src/lib/libbsp/sparc64
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • c/src/lib/libbsp/sparc64/niagara/configure.ac

    r003b192 r9d62874  
    1111RTEMS_BSP_CONFIGURE
    1212
    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.])
     13AC_DEFINE(SUN4V, 1, [SUN model option])
    1714
    1815RTEMS_BSP_CLEANUP_OPTIONS
  • c/src/lib/libbsp/sparc64/usiii/configure.ac

    r003b192 r9d62874  
    1717the wall time required to execute the RTEMS test suites.])
    1818
    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.])
     19AC_DEFINE(US3, 1, [UltraSPARC model option])
     20AC_DEFINE(SUN4U, 1, [SUN model option])
    2821
    2922RTEMS_BSP_CLEANUP_OPTIONS
Note: See TracChangeset for help on using the changeset viewer.