[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.167 and 1.168

version 1.167, 2015/06/01 17:35:24 version 1.168, 2015/06/01 17:36:19
Line 18 
Line 18 
 DEBUGLIBS?=     no  DEBUGLIBS?=     no
   
 GCC3_ARCH=m88k vax  GCC3_ARCH=m88k vax
 BINUTILS215_ARCH=  
   
 # arm needs binutils-2.17, which still lacks W^X support  # arm needs binutils-2.17, which still lacks W^X support
 # sparc has not been tried  # sparc has not been tried
Line 32 
Line 31 
 COMPILER_VERSION?=gcc3  COMPILER_VERSION?=gcc3
 .else  .else
 COMPILER_VERSION?=gcc4  COMPILER_VERSION?=gcc4
 .endif  
   
 .if !empty(BINUTILS215_ARCH:M${_arch})  
 BINUTILS_VERSION=binutils  
 .else  
 BINUTILS_VERSION=binutils-2.17  
 .endif  .endif
   
 .if !empty(STATICPIE_ARCH:M${_arch})  .if !empty(STATICPIE_ARCH:M${_arch})

Legend:
Removed from v.1.167  
changed lines
  Added in v.1.168