[BACK]Return to bsd.own.mk CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / share / mk

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/share/mk/bsd.own.mk between version 1.852 and 1.853

version 1.852, 2015/05/29 14:15:14 version 1.853, 2015/06/04 05:56:23
Line 896  MK${var}:= yes
Line 896  MK${var}:= yes
 .if ${MACHINE_ARCH} == "x86_64" || ${MACHINE_ARCH} == "sparc64" \  .if ${MACHINE_ARCH} == "x86_64" || ${MACHINE_ARCH} == "sparc64" \
     || ${MACHINE_ARCH} == "mips64eb" || ${MACHINE_ARCH} == "mips64el" \      || ${MACHINE_ARCH} == "mips64eb" || ${MACHINE_ARCH} == "mips64el" \
     || ${MACHINE_ARCH} == "powerpc64" || ${MACHINE_CPU} == "aarch64" \      || ${MACHINE_ARCH} == "powerpc64" || ${MACHINE_CPU} == "aarch64" \
     || ${MACHINE_ARCH} == "riscv64"      || ${MACHINE_ARCH} == "riscv64" \
 MKCOMPAT?=      yes      || !empty(MACHINE_ARCH:Mearm*)
 .elif !empty(MACHINE_ARCH:Mearm*)  
 MKCOMPAT?=      yes  MKCOMPAT?=      yes
 .else  .else
 # Don't let this build where it really isn't supported.  # Don't let this build where it really isn't supported.

Legend:
Removed from v.1.852  
changed lines
  Added in v.1.853

CVSweb <webmaster@jp.NetBSD.org>