[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.51 and 1.52

version 1.51, 2001/07/18 13:23:03 version 1.52, 2001/08/23 16:37:46
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")  .if (${MACHINE_ARCH} == "alpha" || ${MACHINE_ARCH} == "powerpc" || ${MACHINE_ARCH} == "sparc64")
 ELF_TOOLCHAIN?= yes  ELF_TOOLCHAIN?= yes
 .else  .else
 ELF_TOOLCHAIN?= no  ELF_TOOLCHAIN?= no

Legend:
Removed from v.1.51  
changed lines
  Added in v.1.52