Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
add armv6l as supported architecture to tachyon
Browse files Browse the repository at this point in the history
added armv6l parallel to the already existing armv7l in spkg-intall
  • Loading branch information
wluebbe committed Jan 17, 2014
1 parent 3472a85 commit f1a2297
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/pkgs/tachyon/spkg-install
Expand Up @@ -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
Expand Down

0 comments on commit f1a2297

Please sign in to comment.