Changeset 1e84462 in rtems
- Timestamp:
- 05/16/18 14:49:22 (6 years ago)
- Branches:
- 5, master
- Children:
- a03f73c
- Parents:
- 2261ef2
- git-author:
- Joel Sherrill <joel@…> (05/16/18 14:49:22)
- git-committer:
- Joel Sherrill <joel@…> (05/18/18 13:22:32)
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
bsps/powerpc/mpc55xxevb/config/mpc55xx.inc
r2261ef2 r1e84462 16 16 # FIXME 17 17 CPU_CFLAGS = -mcpu=8540 -meabi -msdata=sysv -fno-common $(CPU_CFLAGS_FLOAT) \ 18 - D__ppc_generic -mstrict-align18 -mstrict-align 19 19 20 20 CFLAGS_OPTIMIZE_V = -O2 -g -fno-keep-inline-functions -
c/src/lib/libbsp/powerpc/mpc55xxevb/configure.ac
r2261ef2 r1e84462 215 215 RTEMS_BSPOPTS_HELP([MPC55XX_ENABLE_START_PROLOGUE],[if defined, enable start prologue]) 216 216 217 AC_DEFINE(__ppc_generic, 1, [PowerPC model option]) 218 217 219 AC_CONFIG_FILES([Makefile]) 218 220
Note: See TracChangeset
for help on using the changeset viewer.