diff options
Diffstat (limited to 'binutils/maybe-ranlib.c')
-rw-r--r-- | binutils/maybe-ranlib.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/binutils/maybe-ranlib.c b/binutils/maybe-ranlib.c new file mode 100644 index 0000000..882bb73 --- /dev/null +++ b/binutils/maybe-ranlib.c @@ -0,0 +1,4 @@ +/* Linked with ar.o to flag that this program decides at runtime + (using argv[0] if it is is 'ar' or 'ranlib'. */ + +int is_ranlib = 0; |