Changeset 3d43c475 in rtems
- Timestamp:
- 05/16/18 14:58:13 (5 years ago)
- Branches:
- 5, master
- Children:
- 4afc1efa
- Parents:
- 3274ec75
- git-author:
- Joel Sherrill <joel@…> (05/16/18 14:58:13)
- git-committer:
- Joel Sherrill <joel@…> (05/18/18 13:22:34)
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
bsps/powerpc/tqm8xx/config/tqm8xx.inc
r3274ec75 r3d43c475 7 7 RTEMS_CPU=powerpc 8 8 9 CPU_CFLAGS = -mcpu=860 -Dmpc860 \ 10 -mstrict-align -fno-strict-aliasing \ 9 CPU_CFLAGS = -mcpu=860 -mstrict-align -fno-strict-aliasing \ 11 10 -meabi -msdata=sysv -fno-common 12 11 -
c/src/lib/libbsp/powerpc/tqm8xx/configure.ac
r3274ec75 r3d43c475 88 88 for 10MBit networking.]) 89 89 90 AC_DEFINE(mpc860, 1, [PowerPC model option]) 90 91 91 92 # Explicitly list a Makefile here
Note: See TracChangeset
for help on using the changeset viewer.