Changeset 3274ec75 in rtems
- Timestamp:
- 05/16/18 14:57:54 (5 years ago)
- Branches:
- 5, master
- Children:
- 3d43c475
- Parents:
- c20001c4
- git-author:
- Joel Sherrill <joel@…> (05/16/18 14:57:54)
- git-committer:
- Joel Sherrill <joel@…> (05/18/18 13:22:34)
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
bsps/powerpc/t32mppc/config/t32mppc.cfg
rc20001c4 r3274ec75 3 3 RTEMS_CPU = powerpc 4 4 5 CPU_CFLAGS = -mcpu=8540 -meabi -msdata=sysv -fno-common -msoft-float -mno-spe \ 6 -D__ppc_generic 5 CPU_CFLAGS = -mcpu=8540 -meabi -msdata=sysv -fno-common -msoft-float -mno-spe 7 6 8 7 CFLAGS_OPTIMIZE_V = -Og -g -
c/src/lib/libbsp/powerpc/t32mppc/configure.ac
rc20001c4 r3274ec75 25 25 [only support Book E exception types]) 26 26 27 27 AC_DEFINE(__ppc_generic, 1, [PowerPC model option]) 28 28 29 29 RTEMS_BSP_CLEANUP_OPTIONS
Note: See TracChangeset
for help on using the changeset viewer.