[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.198 and 1.199

version 1.198, 2019/07/01 15:20:16 version 1.199, 2019/08/27 15:32:33
Line 43 
Line 43 
 BUILD_GCC3?=no  BUILD_GCC3?=no
 .endif  .endif
 .if !empty(GCC4_ARCH:M${_arch}) || ${MACHINE_ARCH} == "amd64" || \  .if !empty(GCC4_ARCH:M${_arch}) || ${MACHINE_ARCH} == "amd64" || \
     ${MACHINE_ARCH} == "arm" || ${MACHINE_ARCH} == "i386" || \      ${MACHINE_ARCH} == "arm" || \
     ${MACHINE_ARCH} == "mips64"      ${MACHINE_ARCH} == "mips64"
 BUILD_GCC4?=yes  BUILD_GCC4?=yes
 .else  .else

Legend:
Removed from v.1.198  
changed lines
  Added in v.1.199