Changeset 2261ef2 in rtems for bsps/powerpc/motorola_powerpc
- Timestamp:
- May 16, 2018, 2:47:40 PM (3 years ago)
- Branches:
- 5, master
- Children:
- 1e84462
- Parents:
- 01da0ac
- git-author:
- Joel Sherrill <joel@…> (05/16/18 14:47:40)
- git-committer:
- Joel Sherrill <joel@…> (05/18/18 13:22:32)
- Location:
- bsps/powerpc/motorola_powerpc/config
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
bsps/powerpc/motorola_powerpc/config/mcp750.cfg
r01da0ac r2261ef2 10 10 # and (hopefully) optimize for it. 11 11 # 12 CPU_CFLAGS = -mcpu=750 -Dmpc75012 CPU_CFLAGS = -mcpu=750 13 13 14 14 # optimize flag: typically -O2 -
bsps/powerpc/motorola_powerpc/config/mtx603e.cfg
r01da0ac r2261ef2 9 9 # This contains the compiler options necessary to select the CPU model 10 10 # and (hopefully) optimize for it. 11 CPU_CFLAGS = -mcpu=603e -Dppc603e11 CPU_CFLAGS = -mcpu=603e 12 12 13 13 # optimize flag: typically -O2 -
bsps/powerpc/motorola_powerpc/config/mvme2100.cfg
r01da0ac r2261ef2 9 9 # This contains the compiler options necessary to select the CPU model 10 10 # and (hopefully) optimize for it. 11 CPU_CFLAGS = -mcpu=603e -Dppc603e11 CPU_CFLAGS = -mcpu=603e 12 12 13 13 # optimize flag: typically -O2 -
bsps/powerpc/motorola_powerpc/config/qemuprep-altivec.cfg
r01da0ac r2261ef2 1 1 # 2 # Config file for the PowerPC 604 based mvme23072 # Config file for the QemuPrep w/Altivec 3 3 # 4 4 … … 10 10 # and (hopefully) optimize for it. 11 11 # 12 CPU_CFLAGS = -mcpu=7400 -mmultiple -mstring -mstrict-align -D__ppc_generic12 CPU_CFLAGS = -mcpu=7400 -mmultiple -mstring -mstrict-align 13 13 14 14 # optimize flag: typically -O2 -
bsps/powerpc/motorola_powerpc/config/qemuprep.cfg
r01da0ac r2261ef2 1 1 # 2 # Config file for the PowerPC 604 based mvme23072 # Config file for the QemuPrep w/o Altivec 3 3 # 4 4 … … 10 10 # and (hopefully) optimize for it. 11 11 # 12 CPU_CFLAGS = -mcpu=powerpc -mmultiple -mstring -mstrict-align -D__ppc_generic12 CPU_CFLAGS = -mcpu=powerpc -mmultiple -mstring -mstrict-align 13 13 14 14 # optimize flag: typically -O2
Note: See TracChangeset
for help on using the changeset viewer.