Revert "[4.0] Use strip (instead of eu-strip) to support --strip-debug of *.so at... sandbox/chanleebf/test
authorChan Lee <chan45.lee@samsung.com>
Tue, 14 Feb 2017 23:36:50 +0000 (08:36 +0900)
committerChan Lee <chan45.lee@samsung.com>
Tue, 14 Feb 2017 23:36:50 +0000 (08:36 +0900)
This reverts commit 28cbc50050cdb3b3fbd84681c414ceeedf3facc1.

scripts/find-debuginfo.sh

index e95b763..3a98054 100644 (file)
@@ -134,7 +134,7 @@ strip_to_debug()
           eu-strip --remove-comment $r $strip_ko_option -f "$1" "$2" || exit
           ;;
       *)
-          strip --remove-section=.comment  $g $strip_option -o "$1" "$2" || exit
+          eu-strip --remove-comment $g $strip_option -f "$1" "$2" || exit
   esac
   chmod 444 "$1" || exit
 }