[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.201 and 1.202

version 1.201, 2020/04/02 17:58:43 version 1.202, 2020/05/30 19:22:00
Line 15 
Line 15 
 # Set `YP' to `yes' to build with support for NIS/YP.  # Set `YP' to `yes' to build with support for NIS/YP.
 YP?=            yes  YP?=            yes
   
 CLANG_ARCH=aarch64 amd64 arm i386 mips64 mips64el powerpc sparc64  CLANG_ARCH=aarch64 amd64 arm i386 mips64 mips64el powerpc powerpc64 sparc64
 GCC4_ARCH=alpha hppa mips64el 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 powerpc64
   
 .if ${MACHINE} == "sgi"  .if ${MACHINE} == "sgi"
 GCC4_ARCH+=mips64  GCC4_ARCH+=mips64
   .endif
   
   .if ${MACHINE_ARCH} == "powerpc64"
   NOPIC=
 .endif  .endif
   
 # m88k: ?  # m88k: ?

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