Changeset c20001c4 in rtems
- Timestamp:
- 05/16/18 14:57:37 (6 years ago)
- Branches:
- 5, master
- Children:
- 3274ec75
- Parents:
- 1a41818
- git-author:
- Joel Sherrill <joel@…> (05/16/18 14:57:37)
- git-committer:
- Joel Sherrill <joel@…> (05/18/18 13:22:34)
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
bsps/powerpc/ss555/config/ss555.cfg
r1a41818 rc20001c4 11 11 12 12 RTEMS_CPU=powerpc 13 GCC_CPU_MODEL=50514 13 15 14 # This contains the compiler options necessary to select the CPU model 16 15 # and (hopefully) optimize for it. 17 16 # 18 CPU_CFLAGS = -mcpu= $(GCC_CPU_MODEL) -Dmpc55517 CPU_CFLAGS = -mcpu=505 19 18 20 19 # optimize flag: typically -O2 -
c/src/lib/libbsp/powerpc/ss555/configure.ac
r1a41818 rc20001c4 40 40 for the SCI ports.]) 41 41 42 AC_DEFINE(mpc555, 1, [PowerPC model option]) 43 42 44 RTEMS_BSP_CLEANUP_OPTIONS 43 45
Note: See TracChangeset
for help on using the changeset viewer.