]> git.sur5r.net Git - cc65/blobdiff - doc/cl65.sgml
Added missing external declaration of c64_65816_emd.
[cc65] / doc / cl65.sgml
index b83cd96f3cf9df7fff365125e466b8a03f1b01b7..ef7309eecc3e46adcc8602d6a918bc4bdfbed77f 100644 (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-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,11 @@ 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-target-lib</tt></tag>
+
+  This option tells the cl65 to not include the target library into the list
+  of libraries.
 
-  This option disables default runtime library of target system.
 
 
   <tag><tt>-Wa options, --asm-args options</tt></tag>