Home
last modified time | relevance | path

Searched refs:STRIP (Results 1 – 25 of 224) sorted by relevance

123456789

/OK3568_Linux_fs/buildroot/package/openldap/
H A D0001-fix_cross_strip.patch16 + $STRIP $dsttmp || shtool_exit $?
27 -STRIP = -s
39 - $(LTINSTALL) $(INSTALLFLAGS) $(STRIP) -m 755 $$prg$(EXEEXT) \
51 +if test -z "${STRIP}"; then
52 + AC_CHECK_PROGS(STRIP,strip,missing)
54 + if test "${STRIP}" = "missing" ; then
55 + AC_MSG_ERROR([Unable to locate strip(1) or suitable replacement. Check PATH or set STRIP.])
70 - $(LTINSTALL) $(INSTALLFLAGS) $(STRIP) -m 755 \
/OK3568_Linux_fs/buildroot/package/open-plc-utils/
H A D0001-Remove-OWNER-and-GROUPS-parameters-to-install.patch49 if [ ! -z ${STRIP} ]; then ${STRIP} ${TOOLS}; fi
71 if [ ! -z ${STRIP} ]; then ${STRIP} ${TOOLS}; fi
93 if [ ! -z ${STRIP} ]; then ${STRIP} ${TOOLS}; fi
115 if [ ! -z ${STRIP} ]; then ${STRIP} ${TOOLS}; fi
179 if [ ! -z ${STRIP} ]; then ${STRIP} ${TOOLS}; fi
201 if [ ! -z ${STRIP} ]; then ${STRIP} ${TOOLS}; fi
223 if [ ! -z ${STRIP} ]; then ${STRIP} ${TOOLS}; fi
245 if [ ! -z ${STRIP} ]; then ${STRIP} ${TOOLS}; fi
267 if [ ! -z ${STRIP} ]; then ${STRIP} ${TOOLS}; fi
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-daemons/autofs/autofs/
H A Dforce-STRIP-to-emtpy.patch4 Subject: [PATCH] [PATCH] force STRIP to emtpy
22 -STRIP ?= :
23 +STRIP = :
25 STRIP ?= strip --strip-debug
/OK3568_Linux_fs/yocto/poky/meta/recipes-extended/unzip/unzip/
H A Davoid-strip.patch6 STRIP used alone.
38 -STRIP = strip
39 +STRIP =
47 - $(STRIP) $(UNZIPS)
/OK3568_Linux_fs/yocto/poky/meta/recipes-graphics/glew/glew/
H A D0001-Fix-build-race-in-Makefile.patch45 ifneq ($(STRIP),)
46 $(STRIP) -x $@
52 ifneq ($(STRIP),)
53 $(STRIP) -x $@
/OK3568_Linux_fs/kernel/tools/testing/selftests/wireguard/qemu/
H A DMakefile64 STRIP := strip macro
69 STRIP := $(CBUILD)-strip macro
273 $(STRIP) -s $@
294 $(STRIP) -s $@
303 $(STRIP) -s $@
308 $(STRIP) -s $@
318 $(STRIP) -s $@
328 $(STRIP) -s $@
339 $(STRIP) -s $@
343 $(STRIP) -s $@
[all …]
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/gradm/gradm/
H A D0001-Makefile-remove-strip.patch31 -STRIP=/usr/bin/strip
39 - @$(STRIP) $(DESTDIR)/sbin/$(GRADM_BIN)
43 - $(STRIP) $(DESTDIR)/sbin/$(GRADM_PAM) ; \
47 - @$(STRIP) $(DESTDIR)/sbin/grlearn
/OK3568_Linux_fs/tools/linux/Linux_Diff_Firmware/
H A Dmk-diff-ota.sh159 STRIP=$(eval echo "$LINE")
160 if [[ $STRIP = "" ]]; then
165 NAME=${STRIP/%[[:blank:]]*/}
166 IMG=${STRIP/#*[[:blank:]]/}
/OK3568_Linux_fs/u-boot/tools/env/
H A DMakefile34 quiet_cmd_crosstools_strip = STRIP $^
35 cmd_crosstools_strip = $(STRIP) $^; touch $@
/OK3568_Linux_fs/buildroot/package/faifa/
H A Dfaifa.mk28 STRIP=/bin/true \
36 STRIP=/bin/true \
/OK3568_Linux_fs/buildroot/package/quickjs/
H A Dquickjs.mk30 STRIP=/bin/true \
40 STRIP=/bin/true \
/OK3568_Linux_fs/yocto/poky/meta/recipes-bsp/setserial/setserial/
H A Dldflags.patch8 @@ -13,6 +13,7 @@ STRIP = @STRIP@
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-protocols/mdns/mdns/
H A D0002-mdns-cross-compilation-fixes-for-bitbake.patch68 STRIP = $(ST) -S
85 - $(STRIP) $@
95 - $(STRIP) $@
111 - $(STRIP) $@
/OK3568_Linux_fs/kernel/arch/microblaze/boot/
H A DMakefile19 quiet_cmd_strip = STRIP $< $@$2
20 cmd_strip = $(STRIP) -K microblaze_start -K _end -K __log_buf \
/OK3568_Linux_fs/kernel/scripts/
H A Dobjdiff67 $STRIP -g $1 -R __bug_table -R .note -R .comment -o $stripped
78 STRIP="${CROSS_COMPILE}strip"
/OK3568_Linux_fs/u-boot/scripts/
H A Dobjdiff67 $STRIP -g $1 -R __bug_table -R .note -R .comment -o $stripped
78 STRIP="${CROSS_COMPILE}strip"
/OK3568_Linux_fs/buildroot/package/mdadm/
H A D0001-add-install-targets-for-mdadm-and-mdmon.patch24 $(INSTALL) -D $(STRIP) -m 755 mdadm $(DESTDIR)$(BINDIR)/mdadm
27 $(INSTALL) -D $(STRIP) -m 755 mdmon $(DESTDIR)$(BINDIR)/mdmon
/OK3568_Linux_fs/yocto/poky/meta/recipes-extended/mdadm/files/
H A D0001-Makefile-install-mdcheck.patch22 $(INSTALL) -D $(STRIP) -m 755 mdadm $(DESTDIR)$(BINDIR)/mdadm
23 $(INSTALL) -D $(STRIP) -m 755 mdmon $(DESTDIR)$(BINDIR)/mdmon
/OK3568_Linux_fs/buildroot/package/uboot-tools/
H A D0003-tools-Makefile-fix-C-LD-FLAGS-with-CROSS_BUILD_TOOLS.patch30 quiet_cmd_crosstools_strip = STRIP $^
31 cmd_crosstools_strip = $(STRIP) $^; touch $@
/OK3568_Linux_fs/yocto/meta-clang/conf/
H A Dnonclangable.conf421 STRIP:pn-linux-yocto:toolchain-clang = "${HOST_PREFIX}strip"
426 STRIP:pn-libc-bench:toolchain-clang = "${HOST_PREFIX}strip"
428 STRIP:pn-aufs-util:toolchain-clang = "${HOST_PREFIX}strip"
435 STRIP:pn-kexec-tools-klibc:mips:toolchain-clang = "${HOST_PREFIX}strip"
438 STRIP:pn-go-helloworld:mips:toolchain-clang = "${HOST_PREFIX}strip"
440 STRIP:pn-gosu:mips:toolchain-clang = "${HOST_PREFIX}strip"
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-bsp/cpufrequtils/cpufrequtils/
H A D0001-dont-unset-cflags.patch14 -STRIP = $(CROSS)strip
26 -export CROSS CC AR STRIP RANLIB CFLAGS LDFLAGS LIB_OBJS
/OK3568_Linux_fs/buildroot/dl/sox/git/
H A Dmingwbuild80 STRIP=i686-pc-mingw32-strip
100 ${STRIP} src/.libs/sox.exe
/OK3568_Linux_fs/kernel/arch/sparc/boot/
H A DMakefile18 quiet_cmd_strip = STRIP $@
19 cmd_strip = $(STRIP) -R .comment -R .note -K sun4u_init -K _end -K _start $< -o $@
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-security/nmap/files/
H A Dnmap-replace-shtool-mkdir-with-coreutils-mkdir-command.patch26 $(STRIP) -x $(DESTDIR)$(bindir)/ncat
44 $(STRIP) -x $(DESTDIR)$(bindir)/nmap-update
/OK3568_Linux_fs/kernel/tools/power/cpupower/
H A DMakefile92 STRIP = $(CROSS)strip macro
111 export CROSS CC AR STRIP RANLIB CFLAGS LDFLAGS LIB_OBJS

123456789