Only build libreadline if gdb is going to be built
gdb is the only consumer of libreadline which is an INTERNALLIB
This commit is contained in:
parent
c305444c0f
commit
a6c55c35fa
@ -2,7 +2,7 @@
|
||||
|
||||
.include <src.opts.mk>
|
||||
|
||||
SUBDIR= csu libgcc libdialog libregex libreadline
|
||||
SUBDIR= csu libgcc libdialog libregex
|
||||
|
||||
.if ${MK_GCC} != "no"
|
||||
SUBDIR+= libgcov libgomp
|
||||
@ -16,6 +16,10 @@ SUBDIR+= libssp
|
||||
SUBDIR+= tests
|
||||
.endif
|
||||
|
||||
.if ${MK_GDB} != "no"
|
||||
SUBDIR+= libreadline
|
||||
.endif
|
||||
|
||||
# libsupc++ uses libstdc++ headers, although 'make includes' should
|
||||
# have taken care of that already.
|
||||
.if ${MK_GNUCXX} != "no"
|
||||
|
Loading…
Reference in New Issue
Block a user