From f1a22978801582fd1f73d9ff2e3094384ba79724 Mon Sep 17 00:00:00 2001 From: Wilfried Luebbe Date: Fri, 17 Jan 2014 15:18:14 +0100 Subject: [PATCH] add armv6l as supported architecture to tachyon added armv6l parallel to the already existing armv7l in spkg-intall --- build/pkgs/tachyon/spkg-install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/pkgs/tachyon/spkg-install b/build/pkgs/tachyon/spkg-install index 1305dff2ab5..2a3b6b71094 100755 --- a/build/pkgs/tachyon/spkg-install +++ b/build/pkgs/tachyon/spkg-install @@ -81,7 +81,7 @@ if [ "$UNAME" = "Linux" ]; then $MAKE linux-64-thr;; ppc|powerpc|ppc64|powerpc64) $MAKE linux-ppc;; - armv7l) + armv6l|armv7l) sed "s/-m32//g" ../../patches/Make-arch > Make-arch $MAKE linux-thr;; *) # e.g. SPARC