Fix wording of linker diagnostic report

This commit is contained in:
Kp 2016-08-22 00:31:15 +00:00
parent f50aef0241
commit d851ee988d

View file

@ -610,7 +610,7 @@ help:assume C++ compiler works
# lucky, fixing LINKFLAGS will allow the build to
# run.
return 'C++ compiler works. C++ linker works with blank $LIBS and blank $LDFLAGS. C++ linker does not work with blank $LIBS and specified $LDFLAGS.'
return 'C++ compiler works. C++ linker does not work with specified %(LIBS)s$LIBS and specified $LINKFLAGS. C++ linker does not work with blank $LIBS and blank $LINKFLAGS.' % {
return 'C++ compiler works. C++ linker does not work with specified %(LIBS)sblank $LIBS and specified $LINKFLAGS. C++ linker does not work with blank $LIBS and blank $LINKFLAGS.' % {
'LIBS' : specified_LIBS,
}
else: