]> git.lizzy.rs Git - rust.git/commitdiff
configure: setup triples on hf arm platforms
authorRicho Healey <richo@psych0tik.net>
Wed, 28 May 2014 06:42:35 +0000 (23:42 -0700)
committerRicho Healey <richo@psych0tik.net>
Wed, 28 May 2014 06:42:35 +0000 (23:42 -0700)
configure

index 7659858a915f874600c2fc35edadeca657bbc9dd..318c983772fbde0f168bb6d315d3deb3cf31ec31 100755 (executable)
--- 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
         ;;