diff options
author | Daniel Hellstrom <daniel@gaisler.com> | 2008-03-28 09:47:00 +0100 |
---|---|---|
committer | Daniel Hellstrom <daniel@gaisler.com> | 2008-04-08 07:58:32 +0000 |
commit | c2f02da21a3f37f0878554eebc785e04fdc4e128 (patch) | |
tree | 169e423067d8298e0568ff7b13c5419185008b38 /MAKEALL | |
parent | aeff6d503b6006573d5c6b04fc658a64bebee5fa (diff) |
SPARC: Added generic support for SPARC architecture.
Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
Diffstat (limited to 'MAKEALL')
-rwxr-xr-x | MAKEALL | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -723,6 +723,12 @@ LIST_sh=" \ ${LIST_sh4} \ " +######################################################################### +## SPARC Systems +######################################################################### + +LIST_sparc="" + #----------------------------------------------------------------------- #----- for now, just run PPC by default ----- @@ -751,6 +757,7 @@ do case "$arg" in arm|SA|ARM7|ARM9|ARM10|ARM11|ixp|pxa| \ avr32| \ + sparc| \ blackfin| \ coldfire| \ microblaze| \ |