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

Diff for /src/share/mk/bsd.own.mk between version 1.59 and 1.60

version 1.59, 2001/09/27 07:27:52 version 1.60, 2002/06/12 04:07:17
Line 30 
Line 30 
 # Set `DEBUGLIBS' to `yes' to build libraries with debugging symbols  # Set `DEBUGLIBS' to `yes' to build libraries with debugging symbols
 DEBUGLIBS?=     no  DEBUGLIBS?=     no
 # Set toolchain for libdl and other "differences"  # Set toolchain for libdl and other "differences"
 .if (${MACHINE_ARCH} == "alpha" || ${MACHINE_ARCH} == "powerpc" || ${MACHINE_ARCH} == "sparc64")  .if (${MACHINE_ARCH} == "alpha" || ${MACHINE_ARCH} == "powerpc" || \
        ${MACHINE_ARCH} == "hppa" || ${MACHINE_ARCH} == "sparc64")
 ELF_TOOLCHAIN?= yes  ELF_TOOLCHAIN?= yes
 .else  .else
 ELF_TOOLCHAIN?= no  ELF_TOOLCHAIN?= no

Legend:
Removed from v.1.59  
changed lines
  Added in v.1.60