Changeset c3b609d5 in rtems
- Timestamp:
- 05/16/18 14:54:33 (6 years ago)
- Branches:
- 5, master
- Children:
- b06e8d61
- Parents:
- beb4468
- git-author:
- Joel Sherrill <joel@…> (05/16/18 14:54:33)
- git-committer:
- Joel Sherrill <joel@…> (05/18/18 13:22:33)
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
bsps/powerpc/psim/config/psim.cfg
rbeb4468 rc3b609d5 9 9 # This contains the compiler options necessary to select the CPU model 10 10 # and (hopefully) optimize for it. 11 CPU_CFLAGS = -meabi -mcpu=603e -msdata=sysv -fno-common -Dppc603e11 CPU_CFLAGS = -meabi -mcpu=603e -msdata=sysv -fno-common 12 12 13 13 # optimize flag: typically -O2 -
c/src/lib/libbsp/powerpc/psim/configure.ac
rbeb4468 rc3b609d5 46 46 RTEMS_BSPOPTS_HELP([BSP_INTERRUPT_STACK_AT_WORK_AREA_BEGIN],[indicate that the interrupt stack is at the work area begin]) 47 47 48 AC_DEFINE(ppc603e, 1, [PowerPC model option]) 49 48 50 RTEMS_BSP_CLEANUP_OPTIONS 49 51
Note: See TracChangeset
for help on using the changeset viewer.