[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.1021 and 1.1022

version 1.1021, 2017/11/29 04:25:01 version 1.1022, 2017/11/29 18:15:53
Line 131  USE_SSP?= yes
Line 131  USE_SSP?= yes
 #  #
 # What GDB is used?  # What GDB is used?
 #  #
 .if ${MACHINE} == "amd64"  
 HAVE_GDB?=      801  HAVE_GDB?=      801
 .else  
 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.1021  
changed lines
  Added in v.1.1022

CVSweb <webmaster@jp.NetBSD.org>