Searched refs:UNSTRIPPED (Results 1 – 1 of 1) sorted by relevance
12 UNSTRIPPED="generated/unstripped/$(basename "$OUTNAME")"124 LINK="$(echo $LDOPTIMIZE $LDFLAGS -o "$UNSTRIPPED" -Wl,--as-needed $(cat generated/optlibs.dat))"335 ! do_loudly ${CROSS_COMPILE}strip "$UNSTRIPPED" -o "$OUTNAME"337 echo "strip failed, using unstripped" && cp "$UNSTRIPPED" "$OUTNAME" ||