Home | History | Annotate | Download | only in make

Lines Matching refs:STRIP

382 STRIP=${STRIP}
512 STRIP=${STRIP:-${CROSS}strip}
666 STRIP=arm-none-linux-gnueabi-strip
694 STRIP=${TOOLCHAIN_PATH}/strip
942 # Check for strip utility variant
943 ${STRIP} -V 2>/dev/null | grep GNU >/dev/null && enable gnu_strip