Changeset c3b609d5 in rtems


Ignore:
Timestamp:
05/16/18 14:54:33 (6 years ago)
Author:
Joel Sherrill <joel@…>
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)
Message:

psim: Move -Dxxx to configure.ac

Updates #3425.

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • bsps/powerpc/psim/config/psim.cfg

    rbeb4468 rc3b609d5  
    99#  This contains the compiler options necessary to select the CPU model
    1010#  and (hopefully) optimize for it.
    11 CPU_CFLAGS = -meabi -mcpu=603e -msdata=sysv -fno-common -Dppc603e
     11CPU_CFLAGS = -meabi -mcpu=603e -msdata=sysv -fno-common
    1212
    1313# optimize flag: typically -O2
  • c/src/lib/libbsp/powerpc/psim/configure.ac

    rbeb4468 rc3b609d5  
    4646RTEMS_BSPOPTS_HELP([BSP_INTERRUPT_STACK_AT_WORK_AREA_BEGIN],[indicate that the interrupt stack is at the work area begin])
    4747
     48AC_DEFINE(ppc603e, 1, [PowerPC model option])
     49
    4850RTEMS_BSP_CLEANUP_OPTIONS
    4951
Note: See TracChangeset for help on using the changeset viewer.