summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorEdgar E. Iglesias <edgar.iglesias@axis.com>2008-09-04 16:08:50 +0200
committerSimon Horman <horms@verge.net.au>2008-10-08 17:09:19 +1100
commitb039510932e5b3d9691a5d423c34f7ebb14e5175 (patch)
tree289c9eb2b92235b717132688d00476363cbf23be /configure.ac
parent800fe37b7931cb11c47c88bf1fd69aa096d3cebe (diff)
downloadkexec-tools-b039510932e5b3d9691a5d423c34f7ebb14e5175.tar.gz
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 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 5351d53d..ff3b3046 100644
--- a/configure.ac
+++ b/configure.ac
@@ -42,6 +42,9 @@ case $target_cpu in
mips|mipsel )
ARCH="mips"
;;
+ crisv32 )
+ ARCH="cris"
+ ;;
ia64|x86_64|alpha )
ARCH="$target_cpu"
;;