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