Changeset 76c03152 in rtems
- Timestamp:
- 07/09/18 11:12:56 (5 years ago)
- Branches:
- 5, master
- Children:
- cf811a4
- Parents:
- 1a19239
- git-author:
- Amaan Cheval <amaan.cheval@…> (07/09/18 11:12:56)
- git-committer:
- Joel Sherrill <joel@…> (07/11/18 20:22:44)
- Files:
-
- 26 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/aclocal/rtems-cpu-subdirs.m4
r1a19239 r76c03152 29 29 _RTEMS_CPU_SUBDIR([sparc64],[$1]);; 30 30 _RTEMS_CPU_SUBDIR([v850],[$1]);; 31 _RTEMS_CPU_SUBDIR([x86_64],[$1]);; 31 32 *) AC_MSG_ERROR([Invalid RTEMS_CPU <[$]{RTEMS_CPU}>]) 32 33 esac -
cpukit/configure.ac
r1a19239 r76c03152 488 488 score/cpu/sparc64/Makefile 489 489 score/cpu/v850/Makefile 490 score/cpu/x86_64/Makefile 490 491 score/cpu/no_cpu/Makefile 491 492 posix/Makefile -
cpukit/librpc/src/xdr/xdr_float.c
r1a19239 r76c03152 77 77 defined(__BFIN__) || \ 78 78 defined(__m32c__) || \ 79 defined(__v850) 79 defined(__v850) || \ 80 defined(__x86_64__) 80 81 81 82 #include <rtems/endian.h>
Note: See TracChangeset
for help on using the changeset viewer.