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