aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorThomas Preud'homme <thomas.preudhomme@celest.fr>2010-04-18 19:29:11 +0200
committerThomas Preud'homme <thomas.preudhomme@celest.fr>2010-04-18 19:29:11 +0200
commite4ed4e7f4f6659c35d5e84b03451a4f135caff0c (patch)
treea76faf3dd4ea7d97d05c46774f14fbcaf0052e73 /configure
parente9406c09a3212ab3f120412a6bbdacb0cdd25deb (diff)
downloadtinycc-e4ed4e7f4f6659c35d5e84b03451a4f135caff0c.tar.gz
tinycc-e4ed4e7f4f6659c35d5e84b03451a4f135caff0c.tar.bz2
Support more arm EABI compatible architectures
Add support for: - armv5tel - armv6j - armv7a
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index c132957..f80eb40 100755
--- a/configure
+++ b/configure
@@ -41,7 +41,7 @@ case "$cpu" in
x86_64)
cpu="x86-64"
;;
- armv4l)
+ armv4l|armv5tel|armv6j|armv7a)
cpu="armv4l"
;;
alpha)