diff options
| author | Ulrich Drepper <[email protected]> | 2005-08-15 21:36:27 +0000 |
|---|---|---|
| committer | Ulrich Drepper <[email protected]> | 2005-08-15 21:36:27 +0000 |
| commit | 5d83229c852a7e7359c12b58864751db2c755926 (patch) | |
| tree | 1af36916be07e38cd054e1937e74c0ce26946a2c /src/Makefile.am | |
| parent | 104532fcdb87e769d8ebf5771b9c4370e4361a7b (diff) | |
Implement ranlib. This required one little extension to libelf.
Diffstat (limited to 'src/Makefile.am')
| -rw-r--r-- | src/Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 3f1c7562..29a537c2 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -38,7 +38,7 @@ native_ld = @native_ld@ base_cpu = @base_cpu@ bin_PROGRAMS = readelf nm size strip ld elflint findtextrel addr2line \ - elfcmp objdump + elfcmp objdump ar ranlib ld_dsos = libld_elf_i386_pic.a @@ -95,6 +95,8 @@ findtextrel_LDADD = $(libdw) $(libelf) $(libmudflap) addr2line_LDADD = $(libdw) $(libmudflap) elfcmp_LDADD = $(libebl) $(libelf) $(libmudflap) -ldl objdump_LDADD = $(libebl) $(libelf) $(libeu) $(libmudflap) -ldl +ar_LDADD = $(libelf) $(libmudflap) +ranlib_LDADD = $(libelf) $(libeu) $(libmudflap) ldlex.o: ldscript.c ldlex_no_Werror = yes |
