[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.60 and 1.61

version 1.60, 2002/06/12 04:07:17 version 1.61, 2002/08/03 08:10:42
Line 29 
Line 29 
 .endif  .endif
 # 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 to be able to know differences.
 .if (${MACHINE_ARCH} == "alpha" || ${MACHINE_ARCH} == "powerpc" || \  .if (${MACHINE_ARCH} == "alpha" || ${MACHINE_ARCH} == "powerpc" || \
      ${MACHINE_ARCH} == "hppa" || ${MACHINE_ARCH} == "sparc64")       ${MACHINE_ARCH} == "hppa" || ${MACHINE_ARCH} == "sparc64")
 ELF_TOOLCHAIN?= yes  ELF_TOOLCHAIN?= yes

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