[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.140 and 1.141

version 1.140, 2013/07/05 21:13:35 version 1.141, 2013/08/06 19:05:57
Line 24 
Line 24 
 # Set toolchain to be able to know differences.  # Set toolchain to be able to know differences.
 ELF_TOOLCHAIN?= yes  ELF_TOOLCHAIN?= yes
   
 GCC2_ARCH=vax  GCC3_ARCH=m68k m88k vax
 GCC4_ARCH=alpha amd64 arm hppa hppa64 i386 ia64 mips64 mips64el powerpc sh sparc sparc64  
 BINUTILS217_ARCH=hppa64 ia64  BINUTILS217_ARCH=hppa64 ia64
   
 # i386 PIE works; but there are RAMDISK fitting problems.  # i386 PIE works; but there are RAMDISK fitting problems.
Line 34 
Line 33 
 PIE_ARCH=alpha amd64 hppa mips64 mips64el sh sparc64  PIE_ARCH=alpha amd64 hppa mips64 mips64el sh sparc64
   
 .for _arch in ${MACHINE_ARCH}  .for _arch in ${MACHINE_ARCH}
 .if !empty(GCC2_ARCH:M${_arch})  .if !empty(GCC3_ARCH:M${_arch})
 COMPILER_VERSION?=gcc2  
 .elif !empty(GCC4_ARCH:M${_arch})  
 COMPILER_VERSION?=gcc4  
 .else  
 COMPILER_VERSION?=gcc3  COMPILER_VERSION?=gcc3
   .else
   COMPILER_VERSION?=gcc4
 .endif  .endif
   
 .if !empty(BINUTILS217_ARCH:M${_arch})  .if !empty(BINUTILS217_ARCH:M${_arch})

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