Navigation Menu

Skip to content

Commit

Permalink
configure: setup triples on hf arm platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
richo committed May 28, 2014
1 parent 8e3d2c3 commit b4e69d4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions configure
Expand Up @@ -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
;;
Expand Down

5 comments on commit b4e69d4

@bors
Copy link
Contributor

@bors bors commented on b4e69d4 May 28, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

saw approval from alexcrichton
at buttslol@b4e69d4

@bors
Copy link
Contributor

@bors bors commented on b4e69d4 May 28, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

merging buttslol/rust/armv7-support = b4e69d4 into auto

@bors
Copy link
Contributor

@bors bors commented on b4e69d4 May 28, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

buttslol/rust/armv7-support = b4e69d4 merged ok, testing candidate = 98c2b4b

@bors
Copy link
Contributor

@bors bors commented on b4e69d4 May 28, 2014

@bors
Copy link
Contributor

@bors bors commented on b4e69d4 May 28, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fast-forwarding master to auto = 98c2b4b

Please sign in to comment.