summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2012-12-15 22:49:00 +1100
committerChris Johns <chrisj@rtems.org>2012-12-15 22:49:00 +1100
commitbea4197c6add2a183ecbcdb3923d1611c60a629d (patch)
tree4b6e93f01bf7014ff0c43710228cb249ff749a97
parent2f7baea50b3817650d1ae0de6ef1421cc5c3368f (diff)
Remove the rtems-ld debugging.
-rw-r--r--wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript b/wscript
index e8f8e6e..6c4dba4 100644
--- a/wscript
+++ b/wscript
@@ -171,7 +171,7 @@ def build(bld):
bld(target = 'x.rap',
features = 'c rap',
xxxx = 'hello',
- rtems_linkflags = ['-v', '--base', 'rtld.prelink',
+ rtems_linkflags = ['--base', 'rtld.prelink',
'--entry', 'my_main'],
source = ['xa.c',
'x-long-name-to-create-gnu-extension-in-archive.c'])