diff options
| author | Richo Healey <richo@psych0tik.net> | 2014-05-27 23:42:35 -0700 |
|---|---|---|
| committer | Richo Healey <richo@psych0tik.net> | 2014-05-27 23:42:35 -0700 |
| commit | b4e69d4529186fa1558418578638bd0b069669dc (patch) | |
| tree | dff3e9a25f51d6e80ca6d4127d5a5f682eb5a2ac | |
| parent | 8e3d2c39a8c7740fdd6f2bbc73b00e9782308c27 (diff) | |
| download | rust-b4e69d4529186fa1558418578638bd0b069669dc.tar.gz rust-b4e69d4529186fa1558418578638bd0b069669dc.zip | |
configure: setup triples on hf arm platforms
| -rwxr-xr-x | configure | 5 |
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 ;; |
