summaryrefslogtreecommitdiffstats
path: root/contrib/binutils/binutils/maybe-strip.c
blob: cfcc1ba055d78b033ca1c98338cba0db59d8c112 (plain)
1
2
3
4
/* Linked with objcopy.o to flag that this program decides at runtime
   (using argv[0] if it is is 'strip' or 'objcopy'.  */

int is_strip = -1;
OpenPOWER on IntegriCloud