ea8c7ac7d0
This is a greatly pared down version of the full gdb-4.12, all the config stuff has been removed and the supporting libraries have been stripped to a minimum. This is a 1.1.5 only port, I'll do a more complete port for 2.0 which will have all the config stuff and will install the gnu support libraries as system libraries like we do for readline. There wasn't much point for 1.1.5 since only gdb would use them so I went for saving space instead. For 2.0 I'll config all the other gnu tools to use them as well.
11 lines
237 B
Makefile
11 lines
237 B
Makefile
LIB= mmalloc
|
|
SRCS= mcalloc.c mfree.c mmalloc.c mmcheck.c mmemalign.c mmstats.c \
|
|
mmtrace.c mrealloc.c mvalloc.c mmap-sup.c attach.c detach.c keys.c \
|
|
sbrk-sup.c
|
|
|
|
NOPROFILE=no
|
|
NOPIC=no
|
|
install:
|
|
@echo -n
|
|
.include <bsd.lib.mk>
|