
if [ -z "${arm}" ]; then
	mk=make
	OFLAGSEXTRA='function_name 1 nul_res_pref 1'
else
	mk=./mrd
fi
if [ -z "${OCOMP}" ]; then OCOMP=o; fi
if [ -z "${OSTRIP}" ]; then OSTRIP=ostrip; fi
strippy="python /home/bc/a/Desktop/ostriputil/ostriputil-1/ostriputil/main.py" \
	nobits_virtual=0 linkerflags=-M OCOMP=${OCOMP} OSTRIP=${OSTRIP} OFLAGSEXTRA="${OFLAGSEXTRA}" ${mk}
