[BACK]Return to bsd.prog.mk CVS log [TXT][DIR] Up to [local] / src / share / mk

Diff for /src/share/mk/bsd.prog.mk between version 1.29 and 1.30

version 1.29, 2001/08/16 15:12:48 version 1.30, 2001/08/23 16:39:33
Line 17 
Line 17 
 CFLAGS+=        ${COPTS}  CFLAGS+=        ${COPTS}
 CXXFLAGS+=     ${CXXOPTS}  CXXFLAGS+=     ${CXXOPTS}
   
 .if (${MACHINE_ARCH} == "powerpc") || (${MACHINE_ARCH} == "alpha")  .if (${MACHINE_ARCH} == "powerpc") || (${MACHINE_ARCH} == "alpha") || (${MACHINE_ARCH} == "sparc64")
 CRTBEGIN?=       ${DESTDIR}/usr/lib/crtbegin.o  CRTBEGIN?=       ${DESTDIR}/usr/lib/crtbegin.o
 CRTEND?=         ${DESTDIR}/usr/lib/crtend.o  CRTEND?=         ${DESTDIR}/usr/lib/crtend.o
 .endif  .endif

Legend:
Removed from v.1.29  
changed lines
  Added in v.1.30