aboutsummaryrefslogtreecommitdiff
path: root/binutils/not-strip.c
diff options
context:
space:
mode:
Diffstat (limited to 'binutils/not-strip.c')
-rw-r--r--binutils/not-strip.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/binutils/not-strip.c b/binutils/not-strip.c
index 5c72848..9e39da4 100644
--- a/binutils/not-strip.c
+++ b/binutils/not-strip.c
@@ -17,7 +17,5 @@
Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA
02110-1301, USA. */
-/* Linked with objcopy.o to flag that this program is 'objcopy' (not
- 'strip'). */
-
-int is_strip = 0;
+#define is_strip 0
+#include "objcopy.c"