summaryrefslogtreecommitdiff
path: root/linkers
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2014-11-04 19:39:57 +1100
committerChris Johns <chrisj@rtems.org>2014-11-04 19:39:57 +1100
commit53e387d9a48c7ee41288615dcff96548bced001c (patch)
tree7346849a9ab4d9467b348f3296576b243c6f31b8 /linkers
parentddbab71497181085efccc0b0cb42da5d51792439 (diff)
linkers: Merge the standard libraries into the user library paths.
The change to rld::split clears the user's library paths. Fix this.
Diffstat (limited to 'linkers')
-rw-r--r--linkers/rtems-syms.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/linkers/rtems-syms.cpp b/linkers/rtems-syms.cpp
index b5dd3f3..24cc56d 100644
--- a/linkers/rtems-syms.cpp
+++ b/linkers/rtems-syms.cpp
@@ -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' },