From d8c70fb6f1002a04b54575169785ad78acac0fdb Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Mon, 16 Dec 2013 01:53:38 -0400 Subject: [PATCH] update --- doc/forum/new_linux_arm_tarball_build.mdwn | 21 +++++++-------------- 1 file changed, 7 insertions(+), 14 deletions(-) diff --git a/doc/forum/new_linux_arm_tarball_build.mdwn b/doc/forum/new_linux_arm_tarball_build.mdwn index 5de530e1d1..e3b9c3de5c 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: +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. -* 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). +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]]