* Makefile.in (CLIBS): Add LIBS to allow libraries to be
authorStu Grossman <grossman@cygnus>
Tue, 16 Jan 1996 19:53:13 +0000 (19:53 +0000)
committerStu Grossman <grossman@cygnus>
Tue, 16 Jan 1996 19:53:13 +0000 (19:53 +0000)
specified on the make command line (via make LIBS=xxx).
start-sanitize-gm
* configure.in (enable-gm):  magic.o -> gmagic.o.
end-sanitize-gm

gdb/ChangeLog
gdb/Makefile.in
gdb/configure.in

index 7f8db8b19ac436c645e5bab384278fd0ced6e548..4710854cee1de2c901247256983be4c52b9fd8fd 100644 (file)
@@ -1,3 +1,11 @@
+Tue Jan 16 11:22:58 1996  Stu Grossman  (grossman@cygnus.com)
+
+       * Makefile.in (CLIBS):  Add LIBS to allow libraries to be
+       specified on the make command line (via make LIBS=xxx).
+start-sanitize-gm
+       * configure.in (enable-gm):  magic.o -> gmagic.o.
+end-sanitize-gm
+
 Tue Jan 16 18:00:35 1996  James G. Smith  <jsmith@cygnus.co.uk>
 
        * remote-mips.c (pmon_opn, pmon_wait, pmon_makeb64, pmon_zeroset,
index 8fb38f6df806072ca03e520715c42f3de6e38c28..34fada98c2a4d1e98a839c8453d33cabfe6a5772 100644 (file)
@@ -201,7 +201,7 @@ INSTALLED_LIBS=-lbfd -lreadline $(TERMCAP) -lopcodes -lmmalloc \
        -liberty $(XM_CLIBS) $(TM_CLIBS) $(NAT_CLIBS) $(ENABLE_CLIBS)
 CLIBS = $(SIM) $(BFD) $(READLINE) $(OPCODES) $(MMALLOC) $(LIBIBERTY) \
        $(ENABLE_CLIBS) $(TERMCAP) $(XM_CLIBS) $(TM_CLIBS) $(NAT_CLIBS) \
-       $(LIBIBERTY)
+       $(LIBIBERTY) $(LIBS)
 CDEPS = $(XM_CDEPS) $(TM_CDEPS) $(NAT_CDEPS) $(SIM) $(BFD) $(READLINE) \
        $(OPCODES) $(MMALLOC) $(LIBIBERTY)
 
index 8a4bfed71f9e139c5c3c2f2899affedef2c30381..959e7b4bb10d8b78fcd8d883faa0c8cca6288698 100644 (file)
@@ -64,7 +64,7 @@ ENABLE_GM=
 AC_ARG_ENABLE(gm,
 [  --enable-gm ],
 [case "${enableval}" in
-yes)   ENABLE_OBS="${ENABLE_OBS} magic.o"
+yes)   ENABLE_OBS="${ENABLE_OBS} gmagic.o"
        ENABLE_CFLAGS=-DGENERAL_MAGIC
        ;;
 no)    ;;