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

Diff for /src/Makefile.cross between version 1.85 and 1.88

version 1.85, 2016/05/11 21:52:48 version 1.88, 2016/09/23 09:18:05
Line 6 
Line 6 
   
 # Have to compute TARGET_ARCH directly in the Makefile, for .if tests involving  # Have to compute TARGET_ARCH directly in the Makefile, for .if tests involving
 # this variable to work.  # this variable to work.
 .if     (${TARGET} == "armish" || ${TARGET} == "armv7" || \  .if     (${TARGET} == "armv7")
          ${TARGET} == "zaurus")  
 TARGET_ARCH=    arm  TARGET_ARCH=    arm
 .elif   (${TARGET} == "luna88k")  .elif   (${TARGET} == "luna88k")
 TARGET_ARCH=    m88k  TARGET_ARCH=    m88k
Line 105 
Line 104 
 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+=bind  NO_CROSS+=bind
 NO_CROSS+=unbound  NO_CROSS+=unbound
   

Legend:
Removed from v.1.85  
changed lines
  Added in v.1.88