File tree Expand file tree Collapse file tree 3 files changed +0
-7
lines changed Expand file tree Collapse file tree 3 files changed +0
-7
lines changed Original file line number Diff line number Diff line change @@ -62,9 +62,6 @@ function(platform name)
6262
6363 # Add Clang configuration file.
6464 set (clang_config ${CMAKE_CURRENT_BINARY_DIR} /mos-${PLATFORM} .cfg)
65- if (COMPLETE)
66- set (LINKER_SCRIPT "# Use platform linker script.\n -T<CFGDIR>/../mos-platform/${PLATFORM} /lib/link.ld" )
67- endif ()
6865 if (PARENT)
6966 configure_file (${CMAKE_SOURCE_DIR} /mos-platform/derived.cfg ${clang_config} )
7067 else ()
Original file line number Diff line number Diff line change 44-isystem <CFGDIR>/../mos-platform/${PLATFORM}/include
55-L<CFGDIR>/../mos-platform/${PLATFORM}/lib
66
7- ${LINKER_SCRIPT}
8-
97# Include parent configuration afterwards to give it lesser precedence.
108@mos-${PARENT}.cfg
119
Original file line number Diff line number Diff line change 1919# Place directories in include and linker search paths.
2020-isystem <CFGDIR>/../mos-platform/${PLATFORM}/include
2121-L<CFGDIR>/../mos-platform/${PLATFORM}/lib
22-
23- ${LINKER_SCRIPT}
You can’t perform that action at this time.
0 commit comments