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

Diff for /src/Makefile.cross between version 1.61 and 1.62

version 1.61, 2013/03/10 08:50:42 version 1.62, 2013/03/25 17:22:10
Line 7 
Line 7 
 # 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} == "beagle" || \  .if     (${TARGET} == "armish" || ${TARGET} == "beagle" || \
          ${TARGET} == "gumstix" || ${TARGET} == "palm" || \           ${TARGET} == "gumstix" || ${TARGET} == "zaurus")
          ${TARGET} == "zaurus")  
 TARGET_ARCH=    arm  TARGET_ARCH=    arm
 .elif   (${TARGET} == "hp300" || ${TARGET} == "mvme68k")  .elif   (${TARGET} == "hp300" || ${TARGET} == "mvme68k")
 TARGET_ARCH=    m68k  TARGET_ARCH=    m68k

Legend:
Removed from v.1.61  
changed lines
  Added in v.1.62