Renamed to '--no-crt-lib'

This commit is contained in:
Evgeny Vrublevsky
2018-10-18 12:54:15 +03:00
committed by Oliver Schmidt
parent 2a9bb0d8de
commit 23b5cc870e
2 changed files with 14 additions and 16 deletions

View File

@@ -103,7 +103,7 @@ Long options:
--memory-model model Set the memory model
--module Link as a module
--module-id id Specify a module id for the linker
--no-rtl Don't link default runtime library
--no-crt-lib Don't link default C runtime library
--o65-model model Override the o65 model
--obj file Link this object file
--obj-path path Specify an object file search path
@@ -186,9 +186,10 @@ There are a few remaining options that control the behaviour of cl65:
seem to use cc65 to develop for the C64.
<tag><tt>--no-rtl</tt></tag>
<tag><tt>--no-crt-lib</tt></tag>
This option tells the cl65 to not include default C runtime library into the list of libraries.
This option disables default runtime library of target system.
<tag><tt>-Wa options, --asm-args options</tt></tag>