opencv/platforms/linux/scripts/cmake_arm_gnueabi_softfp.sh
2013-02-12 16:30:18 +04:00

8 lines
153 B
Bash
Executable File

#!/bin/sh
cd `dirname $0`/..
mkdir -p build_softfp
cd build_softfp
cmake -DSOFTFP=ON -DCMAKE_TOOLCHAIN_FILE=../arm-gnueabi.toolchain.cmake $@ ../../..