[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.100 and 1.101

version 1.100, 2008/09/07 19:22:03 version 1.101, 2010/05/09 12:31:41
Line 35 
Line 35 
 .if ${MACHINE_ARCH} == "m68k" || ${MACHINE_ARCH} == "m88k" || \  .if ${MACHINE_ARCH} == "m68k" || ${MACHINE_ARCH} == "m88k" || \
     ${MACHINE_ARCH} == "sparc" || ${MACHINE_ARCH} == "vax"      ${MACHINE_ARCH} == "sparc" || ${MACHINE_ARCH} == "vax"
 USE_GCC3?=no  USE_GCC3?=no
   COMPILER_VERSION?=gcc2
   .elif ${MACHINE_ARCH} == "GCC4_ARCH_GOES_HERE_eg_powerpc"
   COMPILER_VERSION?=gcc4
 .else  .else
 USE_GCC3?=yes  USE_GCC3?=yes
   COMPILER_VERSION?=gcc3
 .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.100  
changed lines
  Added in v.1.101