Alexander Alekhin
c85e44697e
cmake: drop unconditional forcing of CMAKE_SKIP_RPATH=TRUE
...
CMake "cache" entry for CMAKE_SKIP_RPATH is in the end of this file
6 years ago
luz.paz
d47b1f3b70
Misc. ./apps ./doc ./platoforms typos
...
Found via `codespell -q 3 --skip="./3rdparty" -I ../opencv-whitelist.txt`
7 years ago
Alexander Alekhin
98bd0a06dc
cmake: fix gnu.toolchain
...
- CMAKE_FIND_ROOT_PATH_MODE_PROGRAM: ONLY => NEVER
- update handling of CMAKE_FIND_ROOT_PATH_MODE_* variables
7 years ago
Sayed Adel
2dc76d5009
cmake: Added Power toolchain
7 years ago
Alexander Alekhin
a42be1f9bd
backport ARM toolchain from master
8 years ago
Alexander Alekhin
fddc9c5839
cmake: ARM toolchain: find ld/ar
8 years ago
Alexander Alekhin
cc121e06de
cmake: ARM toolchain: do not force compiler version
8 years ago
Alexander Alekhin
73e16dbc3f
cmake: update arm toolchain
9 years ago
Vladislav Vinogradov
5978ef1df5
Fix arm linux toolchain file
...
Use find_program() to set CMAKE_C_COMPILER and CMAKE_CXX_COMPILER.
Originally the variables was set to compiler name, without absolute path.
CMake 3.0 tries to find them in CMAKE_FIND_ROOT_PATH (since
CMAKE_FIND_ROOT_PATH_MODE_PROGRAM was set to ONLY) and fails.
10 years ago
Alexander Smorkalov
9941c6710d
NEON instruction set control unified for regular and cross-compiler builds.
11 years ago
Alexander Smorkalov
f85cf5bdd9
Build fixes. Build scrips reorganized.
12 years ago
Vladislav Vinogradov
78c924baad
removed obsolete CARMA toolchain and CMake variable
12 years ago
Alexander Smorkalov
192ee15520
Code review notes fixed;
...
HardFP and SoftFP toolchains joined to one;
RPATH skiping added.
12 years ago
Alexander Smorkalov
b81f0887f0
Carma board support fixed.
12 years ago
Alexander Smorkalov
6645f50dd0
CUDA toolkit support added to crosscompilation toolchain.
12 years ago
Alexander Smorkalov
1120289fdb
Compiler and linker flags for arm cross compilation fixed.
12 years ago
Alexander Smorkalov
3ed99b7700
Code review notes applied.
...
Toolchain for arm hardfp added.
12 years ago
Alexander Smorkalov
60f056061a
Cross compilation toolchain for arm linux added.
12 years ago