summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/binutils
diff options
context:
space:
mode:
authornate <nate@FreeBSD.org>1995-04-07 05:13:26 +0000
committernate <nate@FreeBSD.org>1995-04-07 05:13:26 +0000
commited48c160925faf34992724d802fbcf7de44b279f (patch)
tree86601c6e5c5209505407551a7707aa6f3893bdd4 /gnu/usr.bin/binutils
parent4371f7f1b8451ea70391ada0f619ad8c8558ceed (diff)
downloadFreeBSD-src-ed48c160925faf34992724d802fbcf7de44b279f.zip
FreeBSD-src-ed48c160925faf34992724d802fbcf7de44b279f.tar.gz
Because -lcompat defines the same symbols as -lgnuregex and the weakness
of the linker to enforce linking of modules in command line order it is not possible to link gdb shared with -lcompat. *HACK ALERT* Removed -lcompat from LDADD and bring in the necessary functions out of libcompat as a source module until the linker can be fixed.
Diffstat (limited to 'gnu/usr.bin/binutils')
-rw-r--r--gnu/usr.bin/binutils/gdb/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/gnu/usr.bin/binutils/gdb/Makefile b/gnu/usr.bin/binutils/gdb/Makefile
index 990a1ab..68a86ae 100644
--- a/gnu/usr.bin/binutils/gdb/Makefile
+++ b/gnu/usr.bin/binutils/gdb/Makefile
@@ -17,7 +17,7 @@ SRCS = annotate.c blockframe.c breakpoint.c buildsym.c c-lang.c \
symtab.c target.c thread.c top.c \
typeprint.c utils.c valarith.c valops.c \
valprint.c values.c version.c serial.c ser-unix.c mdebugread.c\
- c-exp.tab.c ch-exp.tab.c m2-exp.tab.c
+ c-exp.tab.c ch-exp.tab.c m2-exp.tab.c compat_que.c
c-exp.tab.c: $(.CURDIR)/c-exp.y
yacc -d -p c_ $(.CURDIR)/c-exp.y
@@ -72,7 +72,4 @@ LDADD+= -L${.CURDIR}/../mmalloc/ -lmmalloc
DPADD+= ${.CURDIR}/../mmalloc/libmmalloc.a
.endif
-LDADD+= -lcompat
-DPADD+= ${LIBCOMPAT}
-
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud