Module: xenomai-forge
Branch: master
Commit: b50797c2be6858360bec7a4bb28c181d6107b148
URL:    
http://git.xenomai.org/?p=xenomai-forge.git;a=commit;h=b50797c2be6858360bec7a4bb28c181d6107b148

Author: Philippe Gerum <r...@xenomai.org>
Date:   Wed Sep 24 15:04:14 2014 +0200

scripts/wrap-links.sh: avoid duplicate output directive

---

 scripts/wrap-link.sh |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/scripts/wrap-link.sh b/scripts/wrap-link.sh
index 6794525..24a270e 100755
--- a/scripts/wrap-link.sh
+++ b/scripts/wrap-link.sh
@@ -138,7 +138,7 @@ while test $# -gt 0; do
            next_is_wrapped_symbol=:
            ;;
 
-       -Wl,--wrap,main|-Wl,--wrap=main)
+       -Wl,--wrap,main|-Wl,--wrap=main|-Wl,--dynamic-list=*)
            # special case so that Copperplate can interpose on the
            # main() routine. For this we need this wrapping to
            # take place in the second stage.
@@ -209,5 +209,5 @@ if $stage2; then
     $dryrun rm -f $output.tmp
 else
     $verbose && set -x
-    $dryrun $cc -o "$output" $onestage_args
+    $dryrun $cc $onestage_args
 fi


_______________________________________________
Xenomai-git mailing list
Xenomai-git@xenomai.org
http://www.xenomai.org/mailman/listinfo/xenomai-git

Reply via email to