diff options
Diffstat (limited to 'scripts/rstrip.sh')
-rw-r--r-- | scripts/rstrip.sh | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/scripts/rstrip.sh b/scripts/rstrip.sh index 591c5bb07..0c7550d8e 100644 --- a/scripts/rstrip.sh +++ b/scripts/rstrip.sh @@ -33,10 +33,8 @@ find $TARGETS -type f -a -exec file {} \; | \ T=$T$stripcomm case $line in *ELF*executable*statically\ linked*) - echo >&2 "$SELF: *WARNING* '$V' is not dynamically linked!" ;; *ELF*relocatable*,\ not\ stripped*) - echo >&2 "$SELF: *WARNING* '$V' is a relocatable!" ;; esac case $line in |