[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.972 and 1.973

version 1.972, 2016/10/16 05:08:59 version 1.973, 2016/10/16 19:20:02
Line 130  USE_SSP?= yes
Line 130  USE_SSP?= yes
 #  #
 # What GDB is used?  # What GDB is used?
 #  #
 .if ${MACHINE} == "amd64" || \  .if ${MACHINE} == "alpha" || \
       ${MACHINE} == "amd64" || \
     ${MACHINE} == "sparc" || \      ${MACHINE} == "sparc" || \
     ${MACHINE} == "sparc64" || \      ${MACHINE} == "sparc64" || \
     ${MACHINE_CPU} == "powerpc" || \      ${MACHINE_CPU} == "arm" || \
     ${MACHINE_CPU} == "arm"      ${MACHINE_CPU} == "powerpc"
 HAVE_GDB?=      712  HAVE_GDB?=      712
 .else  .else
 HAVE_GDB?=      710  HAVE_GDB?=      710

Legend:
Removed from v.1.972  
changed lines
  Added in v.1.973

CVSweb <webmaster@jp.NetBSD.org>