aboutsummaryrefslogtreecommitdiff
path: root/binutils/is-strip.c
diff options
context:
space:
mode:
Diffstat (limited to 'binutils/is-strip.c')
-rw-r--r--binutils/is-strip.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/binutils/is-strip.c b/binutils/is-strip.c
new file mode 100644
index 0000000..f5e1cac
--- /dev/null
+++ b/binutils/is-strip.c
@@ -0,0 +1,3 @@
+/* Linked with copy.o to flag that this program is 'strip' (not 'copy'). */
+
+int is_strip = 1;