[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.91 and 1.92

version 1.91, 2004/12/30 21:51:05 version 1.92, 2005/01/18 00:28:42
Line 32 
Line 32 
 .endif  .endif
   
 # gcc3  # gcc3
 .if ${MACHINE_ARCH} == "amd64" || ${MACHINE_ARCH} == "arm" || \  .if ${MACHINE_ARCH} == "alpha" || \
     ${MACHINE_ARCH} == "hppa" || ${MACHINE_ARCH} == "hppa64" || \      ${MACHINE_ARCH} == "m68k" || ${MACHINE_ARCH} == "m88k" || \
     ${MACHINE_ARCH} == "mips64" || ${MACHINE_ARCH} == "powerpc" || \      ${MACHINE_ARCH} == "sparc" || ${MACHINE_ARCH} == "vax"
     ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "sparc64"  
 USE_GCC3?=yes  
 .else  
 USE_GCC3?=no  USE_GCC3?=no
   .else
   USE_GCC3?=yes
 .endif  .endif
   
 # where the system object and source trees are kept; can be configurable  # where the system object and source trees are kept; can be configurable

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