[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.147 and 1.148

version 1.147, 2014/03/23 17:29:06 version 1.148, 2014/04/13 08:35:27
Line 16 
Line 16 
 KERBEROS5?=     yes  KERBEROS5?=     yes
 # Set `YP' to `yes' to build with support for NIS/YP.  # Set `YP' to `yes' to build with support for NIS/YP.
 YP?=            yes  YP?=            yes
 # Set `TCP_WRAPPERS' to `yes' to build certain networking daemons with  
 # integrated support for libwrap.  
 TCP_WRAPPERS?=  no  
 # Set `DEBUGLIBS' to `yes' to build libraries with debugging symbols  # Set `DEBUGLIBS' to `yes' to build libraries with debugging symbols
 DEBUGLIBS?=     no  DEBUGLIBS?=     no
 # Set toolchain to be able to know differences.  
 ELF_TOOLCHAIN?= yes  
   
 GCC3_ARCH=m88k vax  GCC3_ARCH=m88k vax
 BINUTILS217_ARCH=hppa64 ia64  BINUTILS217_ARCH=hppa64 ia64
Line 147 
Line 142 
   
 .if ${MACHINE_ARCH} == "sparc" || ${MACHINE_ARCH} == "sparc64"  .if ${MACHINE_ARCH} == "sparc" || ${MACHINE_ARCH} == "sparc64"
 ASPICFLAG=-KPIC  ASPICFLAG=-KPIC
 .elif ${ELF_TOOLCHAIN:L} == "no"  
 ASPICFLAG=-k  
 .endif  .endif
   
 .if ${MACHINE_ARCH} == "alpha" || ${MACHINE_ARCH} == "powerpc" || \  .if ${MACHINE_ARCH} == "alpha" || ${MACHINE_ARCH} == "powerpc" || \

Legend:
Removed from v.1.147  
changed lines
  Added in v.1.148