Changeset 853c5ef in rtems
- Timestamp:
- 05/11/18 04:25:47 (4 years ago)
- Branches:
- 5, master
- Children:
- 2086948a
- Parents:
- 7c3b0df1
- git-author:
- Sebastian Huber <sebastian.huber@…> (05/11/18 04:25:47)
- git-committer:
- Sebastian Huber <sebastian.huber@…> (06/28/18 13:02:12)
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
aclocal/enable-smp.m4
r7c3b0df1 r853c5ef 9 9 yes) test -z $enable_rtemsbsp && AC_MSG_ERROR([SMP requires BSPs to be provided, none have, see --enable-rtemsbsp]) 10 10 case "${RTEMS_CPU}" in 11 arm|powerpc| sparc|i386) RTEMS_HAS_SMP=yes ;;11 arm|powerpc|riscv*|sparc|i386) RTEMS_HAS_SMP=yes ;; 12 12 *) RTEMS_HAS_SMP=no ;; 13 13 esac -
c/src/aclocal/enable-smp.m4
r7c3b0df1 r853c5ef 8 8 [case "${enableval}" in 9 9 yes) case "${RTEMS_CPU}" in 10 arm|powerpc| sparc|i386) RTEMS_HAS_SMP=yes ;;10 arm|powerpc|riscv*|sparc|i386) RTEMS_HAS_SMP=yes ;; 11 11 *) RTEMS_HAS_SMP=no ;; 12 12 esac -
cpukit/aclocal/enable-smp.m4
r7c3b0df1 r853c5ef 8 8 [case "${enableval}" in 9 9 yes) case "${RTEMS_CPU}" in 10 arm|powerpc| sparc|i386) RTEMS_HAS_SMP=yes ;;10 arm|powerpc|riscv*|sparc|i386) RTEMS_HAS_SMP=yes ;; 11 11 *) RTEMS_HAS_SMP=no ;; 12 12 esac
Note: See TracChangeset
for help on using the changeset viewer.