Skip to content
Snippets Groups Projects
Commit c7144373 authored by Jean-Christophe PLAGNIOL-VILLARD's avatar Jean-Christophe PLAGNIOL-VILLARD Committed by Nobuhiro Iwamatsu
Browse files

sh: Add sh3 and sh4 support in MAKEALL

parent 13008087
No related branches found
No related tags found
No related merge requests found
...@@ -654,6 +654,22 @@ LIST_blackfin=" \ ...@@ -654,6 +654,22 @@ LIST_blackfin=" \
bf561-ezkit \ bf561-ezkit \
" "
#########################################################################
## SH Systems
#########################################################################
LIST_sh4=" \
ms7722se \
"
LIST_sh3=""
LIST_sh=" \
${LIST_sh3} \
${LIST_sh4} \
"
#----------------------------------------------------------------------- #-----------------------------------------------------------------------
#----- for now, just run PPC by default ----- #----- for now, just run PPC by default -----
...@@ -688,7 +704,9 @@ do ...@@ -688,7 +704,9 @@ do
mips|mips_el| \ mips|mips_el| \
nios|nios2| \ nios|nios2| \
ppc|5xx|5xxx|512x|8xx|8220|824x|8260|83xx|85xx|86xx|4xx|7xx|74xx| \ ppc|5xx|5xxx|512x|8xx|8220|824x|8260|83xx|85xx|86xx|4xx|7xx|74xx| \
x86|I486|TSEC) x86|I486|TSEC| \
sh|sh4|sh3 \
)
for target in `eval echo '$LIST_'${arg}` for target in `eval echo '$LIST_'${arg}`
do do
build_target ${target} build_target ${target}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment