[BACK]Return to Makefile.cross CVS log [TXT][DIR] Up to [local] / src

Diff for /src/Makefile.cross between version 1.73 and 1.76

version 1.73, 2014/08/24 20:04:10 version 1.76, 2015/05/28 18:23:11
Line 86 
Line 86 
 COMPILER_VERSION=gcc4  COMPILER_VERSION=gcc4
 .endif  .endif
   
 .if !empty(BINUTILS217_ARCH:M${_arch})  .if !empty(BINUTILS215_ARCH:M${_arch})
 BINUTILS_VERSION=binutils-2.17  
 .else  
 BINUTILS_VERSION=binutils  BINUTILS_VERSION=binutils
   .else
   BINUTILS_VERSION=binutils-2.17
 .endif  .endif
   
 .if !empty(PIE_ARCH:M${_arch})  .if !empty(PIE_ARCH:M${_arch})
Line 107 
Line 107 
 .endfor  .endfor
   
 # no libcrypto.... these won't build  # no libcrypto.... these won't build
 #NO_CROSS+=     dc passwd ppp tcpdump telnet ftp gzsig sasyncd vnconfig  #NO_CROSS+=     dc passwd ppp tcpdump telnet ftp sasyncd vnconfig
   
 # explicit cross-compile  # explicit cross-compile
 NO_CROSS+=microcode  NO_CROSS+=microcode
 NO_CROSS+=groff binutils binutils-2.17 perl texinfo gcc cvs  NO_CROSS+=groff binutils binutils-2.17 perl texinfo gcc cvs
 NO_CROSS+=nsd  NO_CROSS+=nsd
 NO_CROSS+=sqlite3  NO_CROSS+=sqlite3
   NO_CROSS+=bind
   NO_CROSS+=unbound
   
 cross-dirs:     ${CROSSDIRS}  cross-dirs:     ${CROSSDIRS}
 cross-obj:      ${CROSSOBJ}  cross-obj:      ${CROSSOBJ}

Legend:
Removed from v.1.73  
changed lines
  Added in v.1.76