From b24951645db3105213ab3f9ce6ae52c84425a4fa Mon Sep 17 00:00:00 2001 From: Chris Johns Date: Sun, 29 Mar 2015 18:06:00 +1100 Subject: rtemstoolkit: Add support to return the system path split as paths. Seacch the path for the program name if not found and set it as an absolute path. This allow the prefix to be found. --- linkers/rtems-tld.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'linkers') diff --git a/linkers/rtems-tld.cpp b/linkers/rtems-tld.cpp index 0a25ca8..714c9ee 100644 --- a/linkers/rtems-tld.cpp +++ b/linkers/rtems-tld.cpp @@ -1497,7 +1497,7 @@ namespace rld const std::string& trace, const std::string& path) { - std::string sp = get_prefix (); + std::string sp = rld::get_prefix (); rld::path::path_join (sp, "share", sp); rld::path::path_join (sp, "rtems", sp); -- cgit v1.2.3