diff options
Diffstat (limited to 'MAKEALL')
-rw-r--r-- | MAKEALL | 11 |
1 files changed, 10 insertions, 1 deletions
@@ -129,6 +129,15 @@ LIST_mips5kc="purple" LIST_mips="${LIST_mips4kc} ${LIST_mips5kc}" +######################################################################### +## i386 Systems +######################################################################### + +LIST_I486="sc520_cdp sc520_spunk sc520_spunk_rel" + +LIST_x86="${LIST_I486}" + +#----------------------------------------------------------------------- #----- for now, just run PPC by default ----- [ $# = 0 ] && set $LIST_ppc @@ -150,7 +159,7 @@ build_target() { for arg in $@ do case "$arg" in - 5xx|8xx|824x|8260|4xx|7xx|74xx|SA|ARM7|ARM9|ppc|arm|pxa|mips) + 5xx|8xx|824x|8260|4xx|7xx|74xx|SA|ARM7|ARM9|ppc|arm|pxa|mips|I486|x86) for target in `eval echo '$LIST_'${arg}` do build_target ${target} |