Home
last modified time | relevance | path

Searched refs:stripcmd (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/external/xserver/
H A Dinstall-sh77 stripcmd=
140 -s) stripcmd=$stripprog;;
230 if test -z "$stripcmd"; then
237 if test -z "$stripcmd"; then
307 case $stripcmd.$umask in
455 { test -z "$stripcmd" || {
475 { test -z "$stripcmd" || $doit $stripcmd "$dsttmp"; } &&
/OK3568_Linux_fs/buildroot/dl/stressapptest/git/
H A Dinstall-sh92 stripcmd=
156 -s) stripcmd=$stripprog;;
213 if test -z "$stripcmd"; then
220 if test -z "$stripcmd"; then
313 case $stripcmd.$umask in
463 { test -z "$stripcmd" || $doit $stripcmd "$dsttmp"; } &&
/OK3568_Linux_fs/yocto/poky/meta/lib/oe/
H A Dpackage.py31 stripcmd = [strip]
39 stripcmd.extend(["--strip-debug", "--remove-section=.comment",
43 stripcmd.extend(["--remove-section=.comment", "--remove-section=.note", "--strip-unneeded"])
46 stripcmd.extend(["--remove-section=.comment", "--remove-section=.note"])
49 stripcmd.extend(["--remove-section=" + section])
51 stripcmd.append(file)
52 bb.debug(1, "runstrip: %s" % stripcmd)
55 output = subprocess.check_output(stripcmd, stderr=subprocess.STDOUT)