/usr/src/binutils/debian/strip.cross.in is in binutils-source 2.24-5ubuntu3.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 | #! /bin/sh
__TARGET__strip --remove-section=.comment --remove-section=.note $*
|