[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.1020 and 1.1021

version 1.1020, 2017/11/28 18:14:37 version 1.1021, 2017/11/29 04:25:01
Line 131  USE_SSP?= yes
Line 131  USE_SSP?= yes
 #  #
 # What GDB is used?  # What GDB is used?
 #  #
   .if ${MACHINE} == "amd64"
   HAVE_GDB?=      801
   .else
 HAVE_GDB?=      712  HAVE_GDB?=      712
   .endif
   
 .if ${HAVE_GDB} == 801  .if ${HAVE_GDB} == 801
 EXTERNAL_GDB_SUBDIR=            gdb  EXTERNAL_GDB_SUBDIR=            gdb

Legend:
Removed from v.1.1020  
changed lines
  Added in v.1.1021

CVSweb <webmaster@jp.NetBSD.org>