[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.172 and 1.173

version 1.172, 2015/10/26 10:43:42 version 1.173, 2016/03/09 16:28:47
Line 17 
Line 17 
 # Set `DEBUGLIBS' to `yes' to build libraries with debugging symbols  # Set `DEBUGLIBS' to `yes' to build libraries with debugging symbols
 DEBUGLIBS?=     no  DEBUGLIBS?=     no
   
 GCC3_ARCH=m88k vax  GCC3_ARCH=m88k
   
 # arm: needs to switch away from SJLJ exceptions  # arm: needs to switch away from SJLJ exceptions
 # vax: no shared libraries  
 # m88k: ?  # m88k: ?
 PIE_ARCH=alpha amd64 hppa i386 mips64 mips64el powerpc sh sparc sparc64  PIE_ARCH=alpha amd64 hppa i386 mips64 mips64el powerpc sh sparc sparc64
 STATICPIE_ARCH=alpha amd64 hppa i386 mips64 mips64el powerpc sh sparc sparc64  STATICPIE_ARCH=alpha amd64 hppa i386 mips64 mips64el powerpc sh sparc sparc64
Line 114 
Line 113 
 # source (``symlinks''), or a separate copy (``copies''); (latter useful  # source (``symlinks''), or a separate copy (``copies''); (latter useful
 # in environments where it's not possible to keep /sys publicly readable)  # in environments where it's not possible to keep /sys publicly readable)
 #SYS_INCLUDE=   symlinks  #SYS_INCLUDE=   symlinks
   
 # don't try to generate PIC versions of libraries on machines  
 # which don't support PIC.  
 .if ${MACHINE_ARCH} == "vax"  
 NOPIC=  
 .endif  
   
 # pic relocation flags.  # pic relocation flags.
 .if (${MACHINE_ARCH} == "alpha") || (${MACHINE_ARCH} == "sparc64")  .if (${MACHINE_ARCH} == "alpha") || (${MACHINE_ARCH} == "sparc64")

Legend:
Removed from v.1.172  
changed lines
  Added in v.1.173