Merge branch 'master' of github.com:cycojesus/slackbuilds
This commit is contained in:
commit
178a577fa8
1 changed files with 4 additions and 4 deletions
|
@ -50,7 +50,7 @@ elif [ "$ARCH" = "i686" ]; then
|
||||||
elif [ "$ARCH" = "x86_64" ]; then
|
elif [ "$ARCH" = "x86_64" ]; then
|
||||||
SLKCFLAGS="-O2 -fPIC"
|
SLKCFLAGS="-O2 -fPIC"
|
||||||
elif [ "$ARCH" = "arm" ]; then
|
elif [ "$ARCH" = "arm" ]; then
|
||||||
SLKCFLAGS="-O2 -march=armv7"
|
SLKCFLAGS="-O2"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
set -e
|
set -e
|
||||||
|
|
Loading…
Add table
Reference in a new issue