[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.197 and 1.198

version 1.197, 2019/04/21 15:20:24 version 1.198, 2019/07/01 15:20:16
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 mips64 mips64el powerpc sh sparc64  GCC4_ARCH=alpha hppa mips64el powerpc sh sparc64
 GCC3_ARCH=m88k  GCC3_ARCH=m88k
 LLD_ARCH=aarch64 amd64 arm i386  LLD_ARCH=aarch64 amd64 arm i386
   
   .if ${MACHINE} == "sgi"
   GCC4_ARCH+=mips64
   .endif
   
 # m88k: ?  # m88k: ?
 PIE_ARCH=aarch64 alpha amd64 arm hppa i386 mips64 mips64el powerpc sh sparc64  PIE_ARCH=aarch64 alpha amd64 arm hppa i386 mips64 mips64el powerpc sh sparc64
 STATICPIE_ARCH=aarch64 alpha amd64 arm hppa i386 mips64 mips64el powerpc sh sparc64  STATICPIE_ARCH=aarch64 alpha amd64 arm hppa i386 mips64 mips64el powerpc sh sparc64
Line 39 
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} == "i386" || \
       ${MACHINE_ARCH} == "mips64"
 BUILD_GCC4?=yes  BUILD_GCC4?=yes
 .else  .else
 BUILD_GCC4?=no  BUILD_GCC4?=no

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