mirror of
https://git.rtems.org/rtems-tools/
synced 2025-10-21 08:28:20 +08:00
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:
@@ -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)
|
||||
{
|
||||
|
Reference in New Issue
Block a user