'--no-std-lib' was renamed to '--no-target-lib'

This commit is contained in:
Evgeny Vrublevsky
2018-10-19 11:46:48 +03:00
committed by Oliver Schmidt
parent d4088f9eee
commit f73aa2af71
2 changed files with 13 additions and 13 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-std-lib Don't link the standard library
--no-target-lib Don't link the target 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,9 @@ There are a few remaining options that control the behaviour of cl65:
seem to use cc65 to develop for the C64.
<tag><tt>--no-std-lib</tt></tag>
<tag><tt>--no-target-lib</tt></tag>
This option tells the cl65 to not include the standard library into the list
This option tells the cl65 to not include the target library into the list
of libraries.