summaryrefslogtreecommitdiff
path: root/rld.h
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2014-09-09 08:40:13 +1000
committerChris Johns <chrisj@rtems.org>2014-09-09 08:40:13 +1000
commit6cfee6a10df3b3d5d4fd5de55215506641dd82c9 (patch)
tree30588ef72eb4712a10206f3e8c763c57ea953815 /rld.h
parent42f6be76c9b79c4501ed766177e634bbe44198d4 (diff)
linkers: If no RTEMS path is provied see if the prefix can be used.
Diffstat (limited to 'rld.h')
-rw-r--r--rld.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/rld.h b/rld.h
index 115b7b8..f86ef34 100644
--- a/rld.h
+++ b/rld.h
@@ -200,6 +200,16 @@ namespace rld
typedef std::vector < std::string > strings;
/**
+ * Set the command line.
+ */
+ void set_cmdline (int argc, char* argv[]);
+
+ /**
+ * Get the command line.
+ */
+ const std::string get_cmdline ();
+
+ /**
* Set the progname.
*/
void set_progname (const std::string& progname);