[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.199 and 1.200

version 1.199, 2019/08/27 15:32:33 version 1.200, 2019/09/06 15:07:19
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} == "mips64"      ${MACHINE_ARCH} == "mips64"
 BUILD_GCC4?=yes  BUILD_GCC4?=yes
 .else  .else

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