summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-12-16 01:53:38 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-12-16 01:53:38 -0400
commit76a11dfa3b645efd9b2d4d52cf00a6078e66df9d (patch)
treed2313fcda268d5ecdb390d3fac7bf77374b7a5f8
parent7684c2be63f5922375e0c0053cd35ffdaabf2739 (diff)
update
-rw-r--r--doc/forum/new_linux_arm_tarball_build.mdwn23
1 files changed, 8 insertions, 15 deletions
diff --git a/doc/forum/new_linux_arm_tarball_build.mdwn b/doc/forum/new_linux_arm_tarball_build.mdwn
index 5de530e1d..e3b9c3de5 100644
--- a/doc/forum/new_linux_arm_tarball_build.mdwn
+++ b/doc/forum/new_linux_arm_tarball_build.mdwn
@@ -1,19 +1,12 @@
I've added an arm build to the autobuilds in [[install/Linux_standalone]].
-It's somewhat experimental:
-
-* There are several arm architectures. This build is done on Debian armel,
- which uses EABI. It will not work on older arm systems whose kernels
- do not support EABI. (It's also little endian.)
-* It relies on the system having a compatable version of glibc installed.
- This could be improved by finding a way to build a static binary
- (but glibc does not make that easy), or trick the linker into linking
- against a glibc shipped in the bundle. The problem with the latter
- is that glibc loads some support libraries at runtime.
-
-I'll be interested to hear if this is useful. If it seems sufficiently
-useful, I might try to add the webapp to the build, which would be somewhat
-complicated, but doable (since I'm building using qemu, it can run a build
-on amd64 first to get the TH splices).
+I'm curious to see how this works out. I tried to make it as self-contained
+as possible. It should work even on systems that do not use glibc, as long
+as the kernel is new enough for the glibc included in it, and supports the
+arm EABI.
+
+If it seems sufficiently useful, I might try to add the webapp to the
+build, which would be somewhat complicated, but doable (since I'm building
+using qemu, it can run a build on amd64 first to get the TH splices).
--[[Joey]]