summaryrefslogtreecommitdiff
path: root/rld-process.h
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2014-09-06 20:19:45 +1000
committerChris Johns <chrisj@rtems.org>2014-09-06 20:19:45 +1000
commit0e448a4e8eff2f433f10309c8c832faa5adf4b94 (patch)
tree6a98a5b20ffd2bc8dc2d8ae0292c6b772234676b /rld-process.h
parent82775e9e7006f2a66d900f7a99699788bfd5cd18 (diff)
Refactor the CC flags. Fix the various linkers. The trace linker is compiling.
Diffstat (limited to 'rld-process.h')
-rw-r--r--rld-process.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/rld-process.h b/rld-process.h
index c50bb08..30033a7 100644
--- a/rld-process.h
+++ b/rld-process.h
@@ -180,6 +180,11 @@ namespace rld
typedef std::vector < std::string > arg_container;
/**
+ * Split a string and append to the arguments.
+ */
+ void args_append (arg_container& args, const std::string& str);
+
+ /**
* Execute result.
*/
struct status