diff options
author | Alexander Neundorf <neundorf@kde.org> | 2007-08-15 18:26:00 (GMT) |
---|---|---|
committer | Alexander Neundorf <neundorf@kde.org> | 2007-08-15 18:26:00 (GMT) |
commit | b100fe1fe1b94cd6cf48471a2d2c6f7b45f6e061 (patch) | |
tree | 7ba29c891423c671d9877ca1b934c65b4e3070c7 /Modules/CMakeSystemWithToolchainFile.cmake.in | |
parent | 984b0adc5f41f5ddb9087ab99d1ffa901674f442 (diff) | |
download | CMake-b100fe1fe1b94cd6cf48471a2d2c6f7b45f6e061.zip CMake-b100fe1fe1b94cd6cf48471a2d2c6f7b45f6e061.tar.gz CMake-b100fe1fe1b94cd6cf48471a2d2c6f7b45f6e061.tar.bz2 |
STYLE: don't use an extra file to generate CMakeSystem.cmake but instead
configure the toolchain file into it if required
-also search for nm, objdump and objcpy, so these can be used in macros
Alex
Diffstat (limited to 'Modules/CMakeSystemWithToolchainFile.cmake.in')
-rw-r--r-- | Modules/CMakeSystemWithToolchainFile.cmake.in | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/Modules/CMakeSystemWithToolchainFile.cmake.in b/Modules/CMakeSystemWithToolchainFile.cmake.in deleted file mode 100644 index aba5cf3..0000000 --- a/Modules/CMakeSystemWithToolchainFile.cmake.in +++ /dev/null @@ -1,15 +0,0 @@ -# the following file has been configured from @CMAKE_TOOLCHAIN_FILE@ -INCLUDE("@_OWN_DIR@/CMakeToolchainFile.cmake") - -SET(CMAKE_SYSTEM "@CMAKE_SYSTEM@") -SET(CMAKE_SYSTEM_NAME "@CMAKE_SYSTEM_NAME@") -SET(CMAKE_SYSTEM_VERSION "@CMAKE_SYSTEM_VERSION@") -SET(CMAKE_SYSTEM_PROCESSOR "@CMAKE_SYSTEM_PROCESSOR@") - -SET(CMAKE_HOST_SYSTEM "@CMAKE_HOST_SYSTEM@") -SET(CMAKE_HOST_SYSTEM_NAME "@CMAKE_HOST_SYSTEM_NAME@") -SET(CMAKE_HOST_SYSTEM_VERSION "@CMAKE_HOST_SYSTEM_VERSION@") -SET(CMAKE_HOST_SYSTEM_PROCESSOR "@CMAKE_HOST_SYSTEM_PROCESSOR@") -SET(CMAKE_CROSSCOMPILING "@CMAKE_CROSSCOMPILING@") - -SET(CMAKE_SYSTEM_LOADED 1) |