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

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

version 1.76, 2015/05/28 18:23:11 version 1.77, 2015/06/01 17:36:17
Line 86 
Line 86 
 COMPILER_VERSION=gcc4  COMPILER_VERSION=gcc4
 .endif  .endif
   
 .if !empty(BINUTILS215_ARCH:M${_arch})  
 BINUTILS_VERSION=binutils  
 .else  
 BINUTILS_VERSION=binutils-2.17  
 .endif  
   
 .if !empty(PIE_ARCH:M${_arch})  .if !empty(PIE_ARCH:M${_arch})
 NOPIE_FLAGS=-fno-pie  NOPIE_FLAGS=-fno-pie
 NOPIE_LDFLAGS=-nopie  NOPIE_LDFLAGS=-nopie
Line 103 
Line 97 
   
 BINUTILS=       ar as gasp ld nm objcopy objdump ranlib readelf size \  BINUTILS=       ar as gasp ld nm objcopy objdump ranlib readelf size \
                 strings strip                  strings strip
 BINUTILS_DIR=gnu/usr.bin/${BINUTILS_VERSION}  BINUTILS_DIR=gnu/usr.bin/binutils-2.17
 .endfor  .endfor
   
 # no libcrypto.... these won't build  # no libcrypto.... these won't build

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