Merge branch 'master' of ssh://git-annex.branchable.com
This commit is contained in:
commit
23755e5a1e
2 changed files with 20 additions and 0 deletions
|
@ -0,0 +1,8 @@
|
|||
[[!comment format=mdwn
|
||||
username="https://www.google.com/accounts/o8/id?id=AItOawmUJBh1lYmvfCCiGr3yrdx-QhuLCSRnU5c"
|
||||
nickname="Justin"
|
||||
subject="Are the ARM binaries ARMv6 or ARMv7?"
|
||||
date="2014-02-26T21:04:44Z"
|
||||
content="""
|
||||
I'm trying to run git-annex on my Raspberry PI, which is an ARMv6 device. But I can't tell if the prebuilt binaries are ARMv6 or ARMv7. The binaries seem to work, but it's not clear to me how early I should expect things to fail if they're compiled for ARMv7.
|
||||
"""]]
|
|
@ -0,0 +1,12 @@
|
|||
[[!comment format=mdwn
|
||||
username="http://joeyh.name/"
|
||||
ip="209.250.56.146"
|
||||
subject="comment 2"
|
||||
date="2014-02-26T21:07:20Z"
|
||||
content="""
|
||||
The arm binaries are ARMv6; they're built on a Debian armel system.
|
||||
|
||||
Obviously there is a lot of variation in ARM instructions sets. Like Debian, we're shooting for lowest common denominator here.
|
||||
|
||||
(Note: I'm going to be moving your comment and this one to the place you should have posted it...)
|
||||
"""]]
|
Loading…
Reference in a new issue