summaryrefslogtreecommitdiff
path: root/rtemstoolkit/rld-files.cpp
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 /rtemstoolkit/rld-files.cpp
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 'rtemstoolkit/rld-files.cpp')
-rw-r--r--rtemstoolkit/rld-files.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/rtemstoolkit/rld-files.cpp b/rtemstoolkit/rld-files.cpp
index 995b059..201f604 100644
--- a/rtemstoolkit/rld-files.cpp
+++ b/rtemstoolkit/rld-files.cpp
@@ -1575,7 +1575,7 @@ namespace rld
path::paths& libs)
{
if (rld::verbose () >= RLD_VERBOSE_INFO)
- std::cout << "Finding libraries:." << std::endl;
+ std::cout << "Finding libraries:" << std::endl;
libraries.clear ();
for (path::paths::size_type l = 0; l < libs.size (); ++l)
{