Changeset eaf5bec in rtems
- Timestamp:
- 05/16/18 15:07:26 (5 years ago)
- Branches:
- 5, master
- Children:
- df71100c
- Parents:
- 17f69e4
- git-author:
- Joel Sherrill <joel@…> (05/16/18 15:07:26)
- git-committer:
- Joel Sherrill <joel@…> (05/18/18 13:22:35)
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
bsps/powerpc/virtex5/config/virtex5.cfg
r17f69e4 reaf5bec 6 6 # and (hopefully) optimize for it. 7 7 # 8 CPU_CFLAGS = -mcpu=440 - Dppc440 -msoft-float8 CPU_CFLAGS = -mcpu=440 -msoft-float 9 9 10 10 # optimize flag: typically -O2 -
c/src/lib/libbsp/powerpc/virtex5/configure.ac
r17f69e4 reaf5bec 34 34 [This defines the base address of the exception table.]) 35 35 36 AC_DEFINE(ppc440, 1, [PowerPC model option]) 37 36 38 RTEMS_BSP_CLEANUP_OPTIONS 37 39
Note: See TracChangeset
for help on using the changeset viewer.