From 53e387d9a48c7ee41288615dcff96548bced001c Mon Sep 17 00:00:00 2001 From: Chris Johns Date: Tue, 4 Nov 2014 19:39:57 +1100 Subject: linkers: Merge the standard libraries into the user library paths. The change to rld::split clears the user's library paths. Fix this. --- linkers/rtems-syms.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'linkers') 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' }, -- cgit v1.2.3