diff options
author | Edgar E. Iglesias <edgar.iglesias@axis.com> | 2008-09-04 16:08:50 +0200 |
---|---|---|
committer | Simon Horman <horms@verge.net.au> | 2008-10-08 17:09:19 +1100 |
commit | b039510932e5b3d9691a5d423c34f7ebb14e5175 (patch) | |
tree | 289c9eb2b92235b717132688d00476363cbf23be /config | |
parent | 800fe37b7931cb11c47c88bf1fd69aa096d3cebe (diff) |
cris: Add CRISv32 support
Hello,
I hope this is the correct list to which to send these patches.
Comments are very welcome.
Thanks,
Edgar
From: Edgar E. Iglesias <edgar.iglesias@axis.com>
Add a CRISv32 port. Initially only the elf filetype is supported.
Signed-off-by: Edgar E. Iglesias <edgar.iglesias@axis.com>
Signed-off-by: Simon Horman <horms@verge.net.au>
Diffstat (limited to 'config')
-rwxr-xr-x | config/config.sub | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/config.sub b/config/config.sub index ac6de98..4812c82 100755 --- a/config/config.sub +++ b/config/config.sub @@ -457,7 +457,7 @@ case $basic_machine in crds | unos) basic_machine=m68k-crds ;; - cris | cris-* | etrax*) + cris | cris-* | etrax* | crisv32 | crisv32-* | etraxfs*) basic_machine=cris-axis ;; crx) |