Home
last modified time | relevance | path

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

123456

/openbsd-src/gnu/llvm/llvm/cmake/modules/
H A DVersionFromVCS.cmake15 string(STRIP "${git_output}" git_output)
22 string(STRIP "${git_output}" git_output)
42 string(STRIP "${git_output}" git_output)
H A DChooseMSVCCRT.cmake33 string(STRIP "${${crt_current}}" ${crt_current})
45 string(STRIP "${${flagsvar}}" ${flagsvar})
/openbsd-src/sys/arch/alpha/stand/libz/
H A DMakefile.inc34 LD=${LD} STRIP=${STRIP} \
/openbsd-src/sys/lib/libz/
H A DMakefile.inc34 LD=${LD} STRIP=${STRIP} \
/openbsd-src/gnu/usr.bin/perl/Cross/
H A DMakefile14 export STRIP = $(CROSS)strip macro
49 @echo toolchain: $(CC), $(CXX), $(LD), $(STRIP), $(AR), $(RANLIB)
/openbsd-src/sys/arch/hppa/stand/cdboot/
H A DMakefile28 STRIP?= strip macro
53 ${STRIP} ${PROG}
/openbsd-src/sys/arch/landisk/conf/
H A DMakefile.landisk14 STRIP?= ctfstrip
83 echo ${STRIP} ${STRIPFLAGS} -o $@ $@.gdb; \
84 ${STRIP} ${STRIPFLAGS} -o $@ $@.gdb
/openbsd-src/sys/arch/alpha/conf/
H A DMakefile.alpha14 STRIP?= ctfstrip
83 echo ${STRIP} ${STRIPFLAGS} -o $@ $@.gdb; \
84 ${STRIP} ${STRIPFLAGS} -o $@ $@.gdb
/openbsd-src/sys/arch/hppa/stand/boot/
H A DMakefile27 STRIP?= strip macro
49 ${STRIP} ${PROG}
/openbsd-src/sys/arch/armv7/conf/
H A DMakefile.armv714 STRIP?= ctfstrip
83 echo ${STRIP} ${STRIPFLAGS} -o $@ $@.gdb; \
84 ${STRIP} ${STRIPFLAGS} -o $@ $@.gdb
/openbsd-src/sys/arch/luna88k/conf/
H A DMakefile.luna88k14 STRIP?= ctfstrip
87 echo ${STRIP} ${STRIPFLAGS} -o $@ $@.gdb; \
88 ${STRIP} ${STRIPFLAGS} -o $@ $@.gdb
/openbsd-src/sys/arch/hppa/conf/
H A DMakefile.hppa14 STRIP?= ctfstrip
94 echo ${STRIP} ${STRIPFLAGS} -o $@ $@.gdb; \
95 ${STRIP} ${STRIPFLAGS} -o $@ $@.gdb
/openbsd-src/sys/arch/sparc64/conf/
H A DMakefile.sparc6414 STRIP?= ctfstrip
89 echo ${STRIP} ${STRIPFLAGS} -o $@ $@.gdb; \
90 ${STRIP} ${STRIPFLAGS} -o $@ $@.gdb
/openbsd-src/sys/arch/octeon/conf/
H A DMakefile.octeon14 STRIP?= ctfstrip
94 echo ${STRIP} ${STRIPFLAGS} -o $@ $@.gdb; \
95 ${STRIP} ${STRIPFLAGS} -o $@ $@.gdb
/openbsd-src/sys/arch/macppc/conf/
H A DMakefile.macppc14 STRIP?= ctfstrip
98 echo ${STRIP} ${STRIPFLAGS} -o $@ $@.gdb; \
99 ${STRIP} ${STRIPFLAGS} -o $@ $@.gdb
/openbsd-src/sys/arch/riscv64/conf/
H A DMakefile.riscv6414 STRIP?= ctfstrip
86 echo ${STRIP} ${STRIPFLAGS} -o $@ $@.gdb; \
87 ${STRIP} ${STRIPFLAGS} -o $@ $@.gdb
/openbsd-src/sys/arch/loongson/conf/
H A DMakefile.loongson14 STRIP?= ctfstrip
96 echo ${STRIP} ${STRIPFLAGS} -o $@ $@.gdb; \
97 ${STRIP} ${STRIPFLAGS} -o $@ $@.gdb
/openbsd-src/sys/arch/i386/conf/
H A DMakefile.i38614 STRIP?= ctfstrip
98 echo ${STRIP} ${STRIPFLAGS} -o $@ $@.gdb; \
99 ${STRIP} ${STRIPFLAGS} -o $@ $@.gdb
/openbsd-src/sys/arch/alpha/stand/
H A DMakefile.inc29 STRIP?= strip
/openbsd-src/sys/arch/powerpc64/conf/
H A DMakefile.powerpc6414 STRIP?= ctfstrip
110 echo ${STRIP} ${STRIPFLAGS} -o $@ $@.gdb; \
111 ${STRIP} ${STRIPFLAGS} -o $@ $@.gdb
/openbsd-src/gnu/llvm/llvm/tools/llvm-exegesis/
H A DCMakeLists.txt27 string(STRIP ${t} t)
/openbsd-src/sys/arch/arm64/conf/
H A DMakefile.arm6414 STRIP?= ctfstrip
116 echo ${STRIP} ${STRIPFLAGS} -o $@ $@.gdb; \
117 ${STRIP} ${STRIPFLAGS} -o $@ $@.gdb
/openbsd-src/gnu/usr.bin/cvs/tools/
H A DMakefile.in94 STRIP = @STRIP@
/openbsd-src/gnu/usr.bin/cvs/windows-NT/SCC/
H A DMakefile.in97 STRIP = @STRIP@
/openbsd-src/gnu/usr.bin/cvs/vms/
H A DMakefile.in97 STRIP = @STRIP@

123456