about summary refs log tree commit diff
diff options
context:
space:
mode:
authorRicho Healey <richo@psych0tik.net>2014-05-27 23:42:35 -0700
committerRicho Healey <richo@psych0tik.net>2014-05-27 23:42:35 -0700
commitb4e69d4529186fa1558418578638bd0b069669dc (patch)
treedff3e9a25f51d6e80ca6d4127d5a5f682eb5a2ac
parent8e3d2c39a8c7740fdd6f2bbc73b00e9782308c27 (diff)
downloadrust-b4e69d4529186fa1558418578638bd0b069669dc.tar.gz
rust-b4e69d4529186fa1558418578638bd0b069669dc.zip
configure: setup triples on hf arm platforms
-rwxr-xr-xconfigure5
1 files changed, 5 insertions, 0 deletions
diff --git a/configure b/configure
index 7659858a915..318c983772f 100755
--- a/configure
+++ b/configure
@@ -348,6 +348,11 @@ case $CFG_CPUTYPE in
         CFG_CPUTYPE=arm
         ;;
 
+    armv7l)
+        CFG_CPUTYPE=arm
+        CFG_OSTYPE="${CFG_OSTYPE}eabihf"
+        ;;
+
     x86_64 | x86-64 | x64 | amd64)
         CFG_CPUTYPE=x86_64
         ;;