diff options
author | John Gilmore <gnu@cygnus> | 1991-05-02 03:06:46 +0000 |
---|---|---|
committer | John Gilmore <gnu@cygnus> | 1991-05-02 03:06:46 +0000 |
commit | 7a5a3c7b8630928fdcef3d61e15abd8c7e9ffc03 (patch) | |
tree | 6587e43df0018aec659056f7579690963bbe3562 /binutils | |
parent | 9c6a9c925fb6e1fc71f71f58d2f5f652d5d4957b (diff) | |
download | gdb-7a5a3c7b8630928fdcef3d61e15abd8c7e9ffc03.zip gdb-7a5a3c7b8630928fdcef3d61e15abd8c7e9ffc03.tar.gz gdb-7a5a3c7b8630928fdcef3d61e15abd8c7e9ffc03.tar.bz2 |
Merge devo/bfd with GDB's bfd.
Use "libiberty" rather than "getopt" directory.
Add a few FIXME's to ar.c.
Diffstat (limited to 'binutils')
-rw-r--r-- | binutils/Makefile.in | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/binutils/Makefile.in b/binutils/Makefile.in index 6a9b15e..ce378c0 100644 --- a/binutils/Makefile.in +++ b/binutils/Makefile.in @@ -62,13 +62,12 @@ DISASMS = m68k-pinsn.o i960-pinsn.o sparc-pinsn.o # Use the GNU getopt unless you have problems with it. # The IRIS version could probably benefit from being assembled with # libmalloc rather than the ordinary malloc. -#GNU_GETOPT = $(srcdir)/../getopt$(subdir)/libgetopt.a -GNU_GETOPT_LONG = $(srcdir)/../getopt$(subdir)/libgetopt.a +LIBIBERTY = $(srcdir)/../libiberty$(subdir)/libiberty.a # Code shared by all the binutils. BULIBS = bucomm.o version.o filemode.o -ADDL_LIBS = $(GNU_GETOPT_LONG) $(MALLOC) $(BULIBS) $(BFD) +ADDL_LIBS = $(MALLOC) $(BULIBS) $(BFD) $(LIBIBERTY) BFD = $(LIBDIR)/libbfd.a # |