[rtems-tools commit] rtems-tld: Install the libc heap configuration files.
Chris Johns
chrisj at rtems.org
Thu Dec 18 04:15:34 UTC 2014
Module: rtems-tools
Branch: master
Commit: 8de6f6b4123d44a78273984a9f0241e04b74ec4f
Changeset: http://git.rtems.org/rtems-tools/commit/?id=8de6f6b4123d44a78273984a9f0241e04b74ec4f
Author: Chris Johns <chrisj at rtems.org>
Date: Thu Dec 18 15:15:11 2014 +1100
rtems-tld: Install the libc heap configuration files.
---
linkers/wscript | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/linkers/wscript b/linkers/wscript
index 3d11747..6cfbedb 100644
--- a/linkers/wscript
+++ b/linkers/wscript
@@ -88,7 +88,9 @@ def build(bld):
linkflags = conf['linkflags'],
use = modules)
bld.install_files('${PREFIX}/share/rtems/trace-linker',
- ['rtems.ini',
+ ['libc.ini',
+ 'libc-heap.ini',
+ 'rtems.ini',
'rtems-api.ini',
'rtems-score.ini',
'rtems-score-object.ini',
More information about the vc
mailing list