[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.79 and 1.80

version 1.79, 2004/02/21 03:04:18 version 1.80, 2004/02/27 17:36:16
Line 31 
Line 31 
 .if ( ${MACHINE_ARCH} == "alpha" || ${MACHINE_ARCH} == "arm" || \  .if ( ${MACHINE_ARCH} == "alpha" || ${MACHINE_ARCH} == "arm" || \
      ${MACHINE_ARCH} == "hppa" || ${MACHINE_ARCH} == "i386" || \       ${MACHINE_ARCH} == "hppa" || ${MACHINE_ARCH} == "i386" || \
      ${MACHINE_ARCH} == "powerpc" || ${MACHINE_ARCH} == "sparc" || \       ${MACHINE_ARCH} == "powerpc" || ${MACHINE_ARCH} == "sparc" || \
      ${MACHINE_ARCH} == "sparc64" || ${MACHINE_ARCH} == "x86_64")       ${MACHINE_ARCH} == "sparc64" || ${MACHINE_ARCH} == "x86_64") || \
        ${MACHINE} == "amd64"
 ELF_TOOLCHAIN?= yes  ELF_TOOLCHAIN?= yes
 .else  .else
 ELF_TOOLCHAIN?= no  ELF_TOOLCHAIN?= no
Line 39 
Line 40 
   
 # do the dew  # do the dew
 .if (${MACHINE_ARCH} == "arm" || ${MACHINE_ARCH} == "hppa64" || \  .if (${MACHINE_ARCH} == "arm" || ${MACHINE_ARCH} == "hppa64" || \
     ${MACHINE_ARCH} == "x86_64" || ${MACHINE_ARCH} == "sparc64")      ${MACHINE_ARCH} == "x86_64" || ${MACHINE_ARCH} == "sparc64") || \
       ${MACHINE} == "amd64"
 USE_GCC3?=yes  USE_GCC3?=yes
 .else  .else
 USE_GCC3?=no  USE_GCC3?=no

Legend:
Removed from v.1.79  
changed lines
  Added in v.1.80