Changeset b1b5afba in rtems
- Timestamp:
- 05/16/18 14:43:24 (4 years ago)
- Branches:
- 5, master
- Children:
- 01da0ac
- Parents:
- 7bf072b
- git-author:
- Joel Sherrill <joel@…> (05/16/18 14:43:24)
- git-committer:
- Joel Sherrill <joel@…> (05/18/18 13:22:32)
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
bsps/powerpc/beatnik/config/beatnik.cfg
r7bf072b rb1b5afba 15 15 # and (hopefully) optimize for it. 16 16 # 17 CPU_CFLAGS = -mcpu=7400 -D__ppc_generic17 CPU_CFLAGS = -mcpu=7400 18 18 #T. Straumann; disable sdata=eabi for now until CEXP supports it -meabi -msdata=eabi 19 19 -
c/src/lib/libbsp/powerpc/beatnik/configure.ac
r7bf072b rb1b5afba 35 35 and a little memory is saved.]) 36 36 37 AC_DEFINE(__ppc_generic, 1, [PowerPC model option]) 38 37 39 # Explicitly list all Makefiles here 38 40 AC_CONFIG_FILES([Makefile])
Note: See TracChangeset
for help on using the changeset viewer.