|
|
| Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
| version 1.176, 2003/07/28 07:03:44 | version 1.177, 2003/07/28 08:53:55 | ||
|---|---|---|---|
|
|
||
| .if defined(PROG_CXX) | .if defined(PROG_CXX) | ||
| _CCLINK= ${CXX} | _CCLINK= ${CXX} | ||
| .if ${MKCXXSUPCXX} != "no" | .if ${USE_LIBSTDCXX} == "no" | ||
| _SUPCXX= -lsupc++ -lm | _SUPCXX= -lsupc++ -lm | ||
| .else | .else | ||
| _SUPCXX= -lstdc++ -lm | _SUPCXX= -lstdc++ -lm |