[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.63 and 1.64

version 1.63, 2002/12/07 22:31:00 version 1.64, 2003/04/17 03:50:24
Line 32 
Line 32 
 # Set toolchain to be able to know 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" || \
      ${MACHINE_ARCH} == "sparc")       ${MACHINE_ARCH} == "sparc" || ${MACHINE_ARCH} == "i386")
 ELF_TOOLCHAIN?= yes  ELF_TOOLCHAIN?= yes
 .else  .else
 ELF_TOOLCHAIN?= no  ELF_TOOLCHAIN?= no

Legend:
Removed from v.1.63  
changed lines
  Added in v.1.64