|
|
| Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
| version 1.296, 2009/03/13 16:23:31 | version 1.297, 2009/04/01 17:47:39 | ||
|---|---|---|---|
|
|
||
| .if ${MKARZERO} == "yes" | .if ${MKARZERO} == "yes" | ||
| _ARFL=crsD | _ARFL=crsD | ||
| _ARRANFL=sD | |||
| _INSTRANLIB= | _INSTRANLIB= | ||
| .else | .else | ||
| _ARFL=crs | _ARFL=crs | ||
| _ARRANFL=s | |||
| _INSTRANLIB=${empty(PRESERVE):?-a "${RANLIB} -t":} | _INSTRANLIB=${empty(PRESERVE):?-a "${RANLIB} -t":} | ||
| .endif | .endif | ||