]> git.gag.com Git - fw/sdcc/blobdiff - debugger/mcs51/Makefile.in
Remove all references to the GC library, replacing GC_malloc
[fw/sdcc] / debugger / mcs51 / Makefile.in
index f48de5054764a5334b162836b38ebc09ca95182b..14cfd30ccd67b1d068ffa04eb4374c266c75f612 100644 (file)
@@ -13,7 +13,6 @@ CPP           = @CPP@
 INSTALL                = @INSTALL@
 
 PRJDIR         = ../..
-DISABLE_GC     = @DISABLE_GC@
 
 srcdir         = @srcdir@
 prefix         = @prefix@
@@ -33,13 +32,8 @@ CFLAGS               = @CFLAGS@
 M_OR_MM                = @M_OR_MM@
 LDFLAGS                = @LDFLAGS@
 
-ifeq ($(DISABLE_GC),1)
 LIBS            = @LIBS@
 LIBDIRS         =
-else
-LIBS            = -lgc @LIBS@
-LIBDIRS         = -L$(PRJDIR)/support/gc
-endif
 
 
 OBJECTS                = sdcdb.o symtab.o simi.o $(PRJDIR)/src/SDCCset.o \
@@ -54,9 +48,6 @@ TARGET                = $(PRJDIR)/bin/sdcdb
 # ------------------------------------------
 all: checkconf $(TARGET)
 
-$(PRJDIR)/support/gc/libgc.a:
-       cd $(PRJDIR)/support/gc && $(MAKE)
-
 # Compiling and installing everything and runing test
 # ---------------------------------------------------
 install: all installdirs