[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.185 and 1.186

version 1.185, 2017/06/19 08:35:24 version 1.186, 2017/07/26 19:44:42
Line 16 
Line 16 
 YP?=            yes  YP?=            yes
   
 CLANG_ARCH=aarch64 amd64 i386  CLANG_ARCH=aarch64 amd64 i386
 GCC4_ARCH=alpha amd64 arm hppa i386 mips64 mips64el powerpc sh sparc64  GCC4_ARCH=alpha arm hppa mips64 mips64el powerpc sh sparc64
 GCC3_ARCH=m88k  GCC3_ARCH=m88k
   
 # m88k: ?  # m88k: ?
Line 37 
Line 37 
 .else  .else
 BUILD_GCC3?=no  BUILD_GCC3?=no
 .endif  .endif
 .if !empty(GCC4_ARCH:M${_arch})  .if !empty(GCC4_ARCH:M${_arch}) || ${MACHINE_ARCH} == "amd64" || \
       ${MACHINE_ARCH} == "i386"
 BUILD_GCC4?=yes  BUILD_GCC4?=yes
 .else  .else
 BUILD_GCC4?=no  BUILD_GCC4?=no

Legend:
Removed from v.1.185  
changed lines
  Added in v.1.186