xref: /openbsd-src/gnu/usr.bin/binutils-2.17/binutils/maybe-strip.c (revision d13be5d47e4149db2549a9828e244d59dbc43f15)
1 /* Linked with objcopy.o to flag that this program decides at runtime
2    (using argv[0] if it is is 'strip' or 'objcopy'.  */
3 
4 int is_strip = -1;
5