/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/autofs/autofs/ |
H A D | 0003-force-STRIP-to-emtpy.patch | 4 Subject: [PATCH] force STRIP to emtpy 23 -STRIP ?= : 24 +STRIP = : 26 STRIP ?= strip --strip-debug
|
/openbmc/openbmc/poky/meta/recipes-extended/unzip/unzip/ |
H A D | avoid-strip.patch | 6 STRIP used alone. 38 -STRIP = strip 39 +STRIP = 47 - $(STRIP) $(UNZIPS)
|
/openbmc/openbmc/poky/meta/recipes-graphics/glew/glew/ |
H A D | 0001-Fix-build-race-in-Makefile.patch | 45 ifneq ($(STRIP),) 46 $(STRIP) -x $@ 52 ifneq ($(STRIP),) 53 $(STRIP) -x $@
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/gradm/gradm/ |
H A D | 0001-Makefile-remove-strip.patch | 31 -STRIP=/usr/bin/strip 39 - @$(STRIP) $(DESTDIR)/sbin/$(GRADM_BIN) 43 - $(STRIP) $(DESTDIR)/sbin/$(GRADM_PAM) ; \ 47 - @$(STRIP) $(DESTDIR)/sbin/grlearn
|
/openbmc/openbmc/poky/meta/classes-recipe/ |
H A D | module.bbclass | 24 os.environ['STRIP'] = d.getVar('KERNEL_STRIP') 40 os.environ['STRIP'] = d.getVar('KERNEL_STRIP') 55 STRIP="${KERNEL_STRIP}" \ 66 STRIP="${KERNEL_STRIP}" \
|
/openbmc/u-boot/tools/env/ |
H A D | Makefile | 31 quiet_cmd_crosstools_strip = STRIP $^ 32 cmd_crosstools_strip = $(STRIP) $^; touch $@
|
/openbmc/linux/arch/loongarch/boot/ |
H A D | Makefile | 11 quiet_cmd_strip = STRIP $@ 12 cmd_strip = $(STRIP) -s -o $@ $<
|
/openbmc/openbmc/poky/meta/recipes-bsp/setserial/setserial/ |
H A D | ldflags.patch | 8 @@ -13,6 +13,7 @@ STRIP = @STRIP@
|
/openbmc/linux/tools/testing/selftests/wireguard/qemu/ |
H A D | Makefile | 267 STRIP := $(CHOST)-strip macro 355 $(STRIP) -s $(TOOLCHAIN_PATH)/$(CHOST)/lib/libc.so 373 $(STRIP) -s $@ 382 $(STRIP) -s $@ 387 $(STRIP) -s $@ 397 $(STRIP) -s $@ 407 $(STRIP) -s $@ 418 $(STRIP) -s $@ 422 $(STRIP) -s $@ 433 $(STRIP) -s $@ [all …]
|
/openbmc/linux/arch/microblaze/boot/ |
H A D | Makefile | 19 quiet_cmd_strip = STRIP $< $@$2 20 cmd_strip = $(STRIP) -K microblaze_start -K _end -K __log_buf \
|
/openbmc/u-boot/scripts/ |
H A D | objdiff | 67 $STRIP -g $1 -R __bug_table -R .note -R .comment -o $stripped 78 STRIP="${CROSS_COMPILE}strip"
|
/openbmc/linux/scripts/ |
H A D | objdiff | 67 $STRIP -g $1 -R __bug_table -R .note -R .comment -o $stripped 78 STRIP="${CROSS_COMPILE}strip"
|
H A D | Makefile.modinst | 84 quiet_cmd_strip = STRIP $@ 85 cmd_strip = $(STRIP) $(strip-option) $@
|
/openbmc/openbmc/poky/meta/recipes-extended/mdadm/files/ |
H A D | 0001-Makefile-install-mdcheck.patch | 22 $(INSTALL) -D $(STRIP) -m 755 mdadm $(DESTDIR)$(BINDIR)/mdadm 23 $(INSTALL) -D $(STRIP) -m 755 mdmon $(DESTDIR)$(BINDIR)/mdmon
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-bsp/cpufrequtils/cpufrequtils/ |
H A D | 0001-dont-unset-cflags.patch | 16 -STRIP = $(CROSS)strip 28 -export CROSS CC AR STRIP RANLIB CFLAGS LDFLAGS LIB_OBJS
|
/openbmc/ipmitool/ |
H A D | Makefile.am | 58 $(STRIP) src/ipmitool 59 $(STRIP) src/ipmitool
|
/openbmc/linux/arch/sparc/boot/ |
H A D | Makefile | 18 quiet_cmd_strip = STRIP $@ 19 cmd_strip = $(STRIP) -R .comment -R .note -K sun4u_init -K _end -K _start $< -o $@
|
/openbmc/openbmc/meta-aspeed/recipes-bsp/u-boot/files/ |
H A D | default-gcc.patch | 25 quiet_cmd_crosstools_strip = STRIP $^ 26 cmd_crosstools_strip = $(STRIP) $^; touch $@
|
/openbmc/openbmc/poky/meta/recipes-bsp/u-boot/ |
H A D | u-boot-tools.inc | 17 …="${CC} ${CFLAGS} ${LDFLAGS}" HOSTCC="${BUILD_CC} ${BUILD_CFLAGS} ${BUILD_LDFLAGS}" STRIP=true V=1' 18 …ILD_CFLAGS} ${BUILD_LDFLAGS}" HOSTCC="${BUILD_CC} ${BUILD_CFLAGS} ${BUILD_LDFLAGS}" STRIP=true V=1' 19 …="${CC} ${CFLAGS} ${LDFLAGS}" HOSTCC="${BUILD_CC} ${BUILD_CFLAGS} ${BUILD_LDFLAGS}" STRIP=true V=1'
|
/openbmc/linux/tools/power/cpupower/ |
H A D | Makefile | 92 STRIP = $(CROSS)strip macro 111 export CROSS CC AR STRIP RANLIB CFLAGS LDFLAGS LIB_OBJS
|
/openbmc/linux/arch/alpha/boot/ |
H A D | Makefile | 69 quiet_cmd_strip = STRIP $@ 70 cmd_strip = $(STRIP) -o $@ $<
|
/openbmc/linux/tools/scripts/ |
H A D | Makefile.include | 65 $(call allow-override,STRIP,$(LLVM_PREFIX)llvm-strip$(LLVM_SUFFIX)) 72 $(call allow-override,STRIP,$(CROSS_COMPILE)strip)
|
/openbmc/openbmc/poky/meta/recipes-devtools/meson/meson/ |
H A D | meson-wrapper | 14 unset CC CXX CPP LD AR NM STRIP
|
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/caps/caps/ |
H A D | append_ldflags.patch | 11 @@ -14,7 +14,7 @@ STRIP = strip
|
/openbmc/openbmc/poky/meta/recipes-bsp/libacpi/files/ |
H A D | use_correct_strip_in_cross_environment.patch | 20 + @${STRIP} $@
|