[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.205 and 1.206

version 1.205, 2020/12/22 04:32:08 version 1.206, 2021/01/10 09:14:18
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} == "mips64" || ${MACHINE_ARCH} == "mips64el" || \  
     ${MACHINE_ARCH} == "powerpc"      ${MACHINE_ARCH} == "powerpc"
 BUILD_GCC4?=yes  BUILD_GCC4?=yes
 .else  .else

Legend:
Removed from v.1.205  
changed lines
  Added in v.1.206