|
|
| Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
| version 1.146, 2002/01/01 01:38:25 | version 1.147, 2002/01/04 19:07:19 | ||
|---|---|---|---|
|
|
||
| .if defined(PROG_CXX) | .if defined(PROG_CXX) | ||
| _CCLINK= ${CXX} | _CCLINK= ${CXX} | ||
| .if defined(HAVE_GCC3) | |||
| _SUPCXX= -lstdc++ -lm | _SUPCXX= -lstdc++ -lm | ||
| .endif | |||
| .else | .else | ||
| _CCLINK= ${CC} | _CCLINK= ${CC} | ||
| .endif | .endif |