[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.139 and 1.140

version 1.139, 2013/03/23 15:04:28 version 1.140, 2013/07/05 21:13:35
Line 22 
Line 22 
 # 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.  # Set toolchain to be able to know differences.
 .if ${MACHINE_ARCH} == "vax"  
 ELF_TOOLCHAIN?= no  
 .else  
 ELF_TOOLCHAIN?= yes  ELF_TOOLCHAIN?= yes
 .endif  
   
 GCC2_ARCH=vax  GCC2_ARCH=vax
 GCC4_ARCH=alpha amd64 arm hppa hppa64 i386 ia64 mips64 mips64el powerpc sh sparc sparc64  GCC4_ARCH=alpha amd64 arm hppa hppa64 i386 ia64 mips64 mips64el powerpc sh sparc sparc64

Legend:
Removed from v.1.139  
changed lines
  Added in v.1.140