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