[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.81 and 1.82

version 1.81, 2004/03/02 18:18:27 version 1.82, 2004/05/18 19:07:32
Line 24 
Line 24 
 # 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 to be able to know differences.  # Set toolchain to be able to know differences.
 .if ( ${MACHINE_ARCH} == "alpha" || ${MACHINE_ARCH} == "arm" || \  .if ${MACHINE_ARCH} == "m68k" || ${MACHINE_ARCH} == "m88k" || \
      ${MACHINE_ARCH} == "hppa" || ${MACHINE_ARCH} == "i386" || \      ${MACHINE_ARCH} == "vax"
      ${MACHINE_ARCH} == "powerpc" || ${MACHINE_ARCH} == "sparc" || \  
      ${MACHINE_ARCH} == "sparc64" || ${MACHINE_ARCH} == "x86_64") || \  
      ${MACHINE} == "amd64"  
 ELF_TOOLCHAIN?= yes  
 .else  
 ELF_TOOLCHAIN?= no  ELF_TOOLCHAIN?= no
   .else
   ELF_TOOLCHAIN?= yes
 .endif  .endif
   
 # do the dew  # do the dew

Legend:
Removed from v.1.81  
changed lines
  Added in v.1.82