Changeset 853c5ef in rtems for c/src/aclocal/enable-smp.m4
- Timestamp:
- May 11, 2018, 4:25:47 AM (3 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)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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
Note: See TracChangeset
for help on using the changeset viewer.