[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.90 and 1.91

version 1.90, 2004/11/07 00:39:15 version 1.91, 2004/12/30 21:51:05
Line 35 
Line 35 
 .if ${MACHINE_ARCH} == "amd64" || ${MACHINE_ARCH} == "arm" || \  .if ${MACHINE_ARCH} == "amd64" || ${MACHINE_ARCH} == "arm" || \
     ${MACHINE_ARCH} == "hppa" || ${MACHINE_ARCH} == "hppa64" || \      ${MACHINE_ARCH} == "hppa" || ${MACHINE_ARCH} == "hppa64" || \
     ${MACHINE_ARCH} == "mips64" || ${MACHINE_ARCH} == "powerpc" || \      ${MACHINE_ARCH} == "mips64" || ${MACHINE_ARCH} == "powerpc" || \
     ${MACHINE_ARCH} == "sparc64"      ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "sparc64"
 USE_GCC3?=yes  USE_GCC3?=yes
 .else  .else
 USE_GCC3?=no  USE_GCC3?=no

Legend:
Removed from v.1.90  
changed lines
  Added in v.1.91