[DELETIA]
As Derek said a post for gdb under redhat was posted to pilot.programmer.gcc

Sorry I failed to find it and all this extra traffic has been generated.
When I get time I will make an RPM with the m68k-palmos-coff-gdb binary in
it. Here is the patch for those who want to apply it to the top level of the
gdb source tree themselves.

-haemish (on the right track again)

-------------------8<-------------------8<-------------------

--- Makefile.in.orig    Tue Nov 24 18:24:16 1998
+++ Makefile.in Wed Nov 25 07:46:26 1998
@@ -90,14 +90,14 @@ LIBIBERTY = ../libiberty/libiberty.a
# Where is the MMALLOC library?  Typically in ../mmalloc.
# Note that mmalloc can still be used on systems without mmap(). # To use
your system malloc, comment out the following defines. -MMALLOC_DIR =
../mmalloc
-MMALLOC_SRC = $(srcdir)/$(MMALLOC_DIR)
-MMALLOC = $(MMALLOC_DIR)/libmmalloc.a
+#MMALLOC_DIR = ../mmalloc
+#MMALLOC_SRC = $(srcdir)/$(MMALLOC_DIR)
+#MMALLOC = $(MMALLOC_DIR)/libmmalloc.a
# To use your system malloc, uncomment MMALLOC_DISABLE.
-#MMALLOC_DISABLE = -DNO_MMALLOC
+MMALLOC_DISABLE = -DNO_MMALLOC
# To use mmalloc but disable corruption checking, uncomment
MMALLOC_CHECK
#MMALLOC_CHECK = -DNO_MMALLOC_CHECK
-MMALLOC_CFLAGS = -I$(MMALLOC_SRC) $(MMALLOC_CHECK) $(MMALLOC_DISABLE)
+MMALLOC_CFLAGS = $(MMALLOC_CHECK) $(MMALLOC_DISABLE)

# Where is the BFD library?  Typically in ../bfd.
BFD_DIR = ../bfd



Reply via email to