Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaolo Molaro <lupus@oddwiz.org>2005-09-22 13:05:07 +0400
committerPaolo Molaro <lupus@oddwiz.org>2005-09-22 13:05:07 +0400
commit70cd4e34da90d37dd2364b244acd3ab2bd7edeff (patch)
tree4c8718afec71dab91808cfced48f5bca5bd69fe3 /configure.in
parent3cf809f80ed339af9e08bd3fbae6538988ae5f3b (diff)
Better regex for arm.
svn path=/trunk/mono/; revision=50462
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 52da442527f..b26e88fe160 100644
--- a/configure.in
+++ b/configure.in
@@ -1480,7 +1480,7 @@ case "$host" in
JIT_SUPPORTED=yes
jit_wanted=true
;;
- arm*-linux-*)
+ arm*-linux*)
TARGET=ARM;
arch_target=arm;
ACCESS_UNALIGNED="no"