COMP: fix arguments

Alex
This commit is contained in:
Alexander Neundorf 2007-08-16 08:37:17 -04:00
parent 964719128c
commit 5fdb818c84
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ SET(CMAKE_AR "${SDCCLIB_EXECUTABLE}" CACHE FILEPATH "The sdcc librarian" FORCE)
# 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)