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
This commit is contained in:
Alexander Neundorf
2007-08-15 14:26:00 -04:00
parent 984b0adc5f
commit b100fe1fe1
4 changed files with 23 additions and 35 deletions

View File

@@ -1,3 +1,5 @@
@INCLUDE_CMAKE_TOOLCHAIN_FILE_IF_REQUIRED@
SET(CMAKE_SYSTEM "@CMAKE_SYSTEM@")
SET(CMAKE_SYSTEM_NAME "@CMAKE_SYSTEM_NAME@")
SET(CMAKE_SYSTEM_VERSION "@CMAKE_SYSTEM_VERSION@")