[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.200 and 1.201

version 1.200, 2019/09/06 15:07:19 version 1.201, 2020/04/02 17:58:43
Line 16 
Line 16 
 YP?=            yes  YP?=            yes
   
 CLANG_ARCH=aarch64 amd64 arm i386 mips64 mips64el powerpc sparc64  CLANG_ARCH=aarch64 amd64 arm i386 mips64 mips64el powerpc sparc64
 GCC4_ARCH=alpha hppa mips64el powerpc sh sparc64  GCC4_ARCH=alpha hppa mips64el sh sparc64
 GCC3_ARCH=m88k  GCC3_ARCH=m88k
 LLD_ARCH=aarch64 amd64 arm i386  LLD_ARCH=aarch64 amd64 arm i386
   
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} == "mips64" || ${MACHINE_ARCH} == "powerpc"
 BUILD_GCC4?=yes  BUILD_GCC4?=yes
 .else  .else
 BUILD_GCC4?=no  BUILD_GCC4?=no

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