Adjusted library name.
This commit is contained in:
@@ -497,7 +497,7 @@ static void Link (void)
|
||||
CmdAddArg (&LD65, LD65.Files [I]);
|
||||
}
|
||||
|
||||
/* Add the standard runtime library if it is not disabled */
|
||||
/* Add the standard library if it is not disabled */
|
||||
if (!NoStdLib)
|
||||
{
|
||||
/* Determine which target library is needed */
|
||||
@@ -816,7 +816,7 @@ static void Usage (void)
|
||||
" --memory-model model\t\tSet the memory model\n"
|
||||
" --module\t\t\tLink as a module\n"
|
||||
" --module-id id\t\tSpecify a module ID for the linker\n"
|
||||
" --no-std-lib\t\t\tDon't link standard runtime library\n"
|
||||
" --no-std-lib\t\t\tDon't link the standard library\n"
|
||||
" --o65-model model\t\tOverride the o65 model\n"
|
||||
" --obj file\t\t\tLink this object file\n"
|
||||
" --obj-path path\t\tSpecify an object file search path\n"
|
||||
@@ -1174,7 +1174,7 @@ static void OptModuleId (const char* Opt attribute ((unused)), const char* Arg)
|
||||
|
||||
static void OptNoStdLib (const char* Opt attribute ((unused)),
|
||||
const char* Arg attribute ((unused)))
|
||||
/* Disable standard runtime library */
|
||||
/* Disable the standard library */
|
||||
{
|
||||
NoStdLib = 1;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user