if [ "$ARCH ="armv7hl" ]; then
  export SLKCFLAGS="-O2 -march=armv7-a -mfpu=vfpv3-d16 -fPIC"
  export LIBDIRSUFFIX=""
fi

