mirror of
https://github.com/opencv/opencv.git
synced 2026-07-30 07:43:03 +04:00
192ee15520
HardFP and SoftFP toolchains joined to one; RPATH skiping added.
9 lines
142 B
Bash
Executable File
9 lines
142 B
Bash
Executable File
#!/bin/sh
|
|
cd `dirname $0`/..
|
|
|
|
mkdir -p build_hardfp
|
|
cd build_hardfp
|
|
|
|
cmake -DCMAKE_TOOLCHAIN_FILE=../arm-gnueabi.toolchain.cmake $@ ../../..
|
|
|