Only build libreadline for gdb, binutils actually does not need it

This commit is contained in:
Baptiste Daroussin 2017-04-20 19:29:35 +00:00
parent a17665bcef
commit fd1444e4c9
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=317210

View File

@ -7,10 +7,7 @@ SUBDIR.${MK_DIALOG}+= libdialog
SUBDIR.${MK_GCC}+= libgcov libgomp
SUBDIR.${MK_SSP}+= libssp
SUBDIR.${MK_TESTS}+= tests
.if ${MK_BINUTILS} != "no" && ${MK_GDB} != "no"
SUBDIR+= libreadline
.endif
SUBDIR.${MK_GDB}+= libreadline
.if ${MK_GNU_DIFF} != "no" || ${MK_GNU_GREP} != "no" || \
${MK_GNU_GREP_COMPAT} != "no" || ${MK_GDB} != "no"