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