summaryrefslogtreecommitdiff
path: root/linkers
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2014-09-13 12:26:45 +1000
committerChris Johns <chrisj@rtems.org>2014-09-13 12:26:45 +1000
commit435d879bb6bdc903bcafc1029bc6337efafe2165 (patch)
tree1eabedc3c44ac372f309df3f6225ce217e7f003e /linkers
parent73eb48a0459658b7d031e9e0692016b937a44881 (diff)
rtk: Build fastlz into the rld library.
Do not build as an object per program.
Diffstat (limited to 'linkers')
-rw-r--r--linkers/wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/linkers/wscript b/linkers/wscript
index 5dd151c..99aa86a 100644
--- a/linkers/wscript
+++ b/linkers/wscript
@@ -50,7 +50,7 @@ def build(bld):
#
# The list of modules.
#
- modules = ['rld', 'fastlz', 'elf', 'iberty']
+ modules = ['rld', 'elf', 'iberty']
#
# Build the linker.