diff options
Diffstat (limited to 'contrib/binutils/binutils/not-ranlib.c')
-rw-r--r-- | contrib/binutils/binutils/not-ranlib.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/contrib/binutils/binutils/not-ranlib.c b/contrib/binutils/binutils/not-ranlib.c new file mode 100644 index 0000000..6e61331 --- /dev/null +++ b/contrib/binutils/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; |