[cmake-commits] alex committed Generic-SDCC-C.cmake 1.3 1.4

cmake-commits at cmake.org cmake-commits at cmake.org
Thu Aug 16 08:37:19 EDT 2007


Update of /cvsroot/CMake/CMake/Modules/Platform
In directory public:/mounts/ram/cvs-serv7677

Modified Files:
	Generic-SDCC-C.cmake 
Log Message:

COMP: fix arguments

Alex


Index: Generic-SDCC-C.cmake
===================================================================
RCS file: /cvsroot/CMake/CMake/Modules/Platform/Generic-SDCC-C.cmake,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- Generic-SDCC-C.cmake	15 Aug 2007 18:22:54 -0000	1.3
+++ Generic-SDCC-C.cmake	16 Aug 2007 12:37:17 -0000	1.4
@@ -30,7 +30,7 @@
 
 # CMAKE_C_FLAGS_INIT and CMAKE_EXE_LINKER_FLAGS_INIT should be set in a CMAKE_SYSTEM_PROCESSOR file
 IF(NOT DEFINED CMAKE_C_FLAGS_INIT)
-  SET(CMAKE_C_FLAGS_INIT -mmcs51 --model-small)
+  SET(CMAKE_C_FLAGS_INIT "-mmcs51 --model-small")
 ENDIF(NOT DEFINED CMAKE_C_FLAGS_INIT)
 
 IF(NOT DEFINED CMAKE_EXE_LINKER_FLAGS_INIT)



More information about the Cmake-commits mailing list