linkers: Merge the standard libraries into the user library paths.

The change to rld::split clears the user's library paths. Fix
this.
This commit is contained in:
Chris Johns
2014-11-04 19:39:57 +11:00
parent ddbab71497
commit 53e387d9a4
3 changed files with 7 additions and 5 deletions

View File

@@ -222,8 +222,7 @@ generate_symmap (rld::process::tempfile& c,
}
/**
* RTEMS Linker options. This needs to be rewritten to be like cc where only a
* single '-' and long options is present.
* RTEMS Symbols options.
*/
static struct option rld_opts[] = {
{ "help", no_argument, NULL, 'h' },