[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.88 and 1.89

version 1.88, 2004/09/06 06:38:02 version 1.89, 2004/10/29 20:29:34
Line 35 
Line 35 
 .if ${MACHINE} == "amd64" || ${MACHINE_ARCH} == "arm" || \  .if ${MACHINE} == "amd64" || ${MACHINE_ARCH} == "arm" || \
     ${MACHINE_ARCH} == "hppa" || ${MACHINE_ARCH} == "hppa64" || \      ${MACHINE_ARCH} == "hppa" || ${MACHINE_ARCH} == "hppa64" || \
     ${MACHINE_ARCH} == "sparc64" || ${MACHINE_ARCH} == "x86_64" || \      ${MACHINE_ARCH} == "sparc64" || ${MACHINE_ARCH} == "x86_64" || \
     ${MACHINE_ARCH} == "mips64"      ${MACHINE_ARCH} == "mips64" || ${MACHINE_ARCH} == "powerpc"
 USE_GCC3?=yes  USE_GCC3?=yes
 .else  .else
 USE_GCC3?=no  USE_GCC3?=no

Legend:
Removed from v.1.88  
changed lines
  Added in v.1.89