kn 9aaf94b742 Preserve CXXFLAGS and LDFLAGS, use LINK.cc
Even though DEBUG was picked through CFLAGS by the port, do append to
CXXFLAGS and LDFLAGS such that DEBUG ends in CXXFLAGS also iff set.

Simply use the existing LINK.cc instead of rolling our own:

	$ make -p | grep ^LINK.cc
	LINK.cc          = ${CXX} ${CXXFLAGS} ${CPPFLAGS} ${LDFLAGS}

OK stsp
2019-03-17 11:34:32 +00:00
..