|
|
| Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
| version 1.173, 2003/07/20 17:01:58 | version 1.174, 2003/07/26 14:58:11 | ||
|---|---|---|---|
|
|
||
| .if defined(PROG_CXX) | .if defined(PROG_CXX) | ||
| _CCLINK= ${CXX} | _CCLINK= ${CXX} | ||
| .if defined(CXX_SUPCXX) | |||
| _SUPCXX= -lsupc++ -lm | |||
| .else | |||
| _SUPCXX= -lstdc++ -lm | _SUPCXX= -lstdc++ -lm | ||
| .endif | |||
| .else | .else | ||
| _CCLINK= ${CC} | _CCLINK= ${CC} | ||
| .endif | .endif |