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

Author: Philippe Gerum <r...@xenomai.org>
Date:   Mon Jun 30 15:32:10 2014 +0200

scripts/wrap-link.sh: add syntax variant for --wrap

---

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

diff --git a/scripts/wrap-link.sh b/scripts/wrap-link.sh
index a16f2da..37d3af0 100755
--- a/scripts/wrap-link.sh
+++ b/scripts/wrap-link.sh
@@ -10,7 +10,8 @@ usage() {
 $1 [options] command-line
 
 Split command-line in two parts for linking static applications with
-Xenomai user-space posix skin in two stages.
+the Xenomai POSIX/Cobalt interface in two stages, so that symbols
+from the system libraries are not wrapped.
 
 Options:
 -q be quiet
@@ -137,7 +138,7 @@ while test $# -gt 0; do
            next_is_wrapped_symbol=:
            ;;
 
-       -Wl,@*.wrappers|-Wl,--wrap,*)
+       -Wl,@*.wrappers|-Wl,--wrap,*|-Wl,--wrap=*)
            stage1_args="$stage1_args $arg"
            ;;
 


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

Reply via email to