Alexander Alekhin
a42be1f9bd
backport ARM toolchain from master
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
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
Vladislav Vinogradov
395f0201e3
fixed build for CARMA:
...
- added CMake toolchain file
- added WITH_NVCUVID flag
12 years ago
marina.kolpakova
3882bbbf35
improve carma build
...
- exclude system paths from library search paths
- remove hardcoded paths to compiler
- enable compiling with 3d-parties
- enable build as shared libraries
12 years ago
Vladislav Vinogradov
2f1ca1b6b3
fixed build for CARMA:
...
* added CMake toolchain file
* added WITH_NVCUVID flag
12 years ago