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

Diff for /src/Makefile.cross between version 1.20 and 1.21

version 1.20, 2006/09/27 08:38:58 version 1.21, 2006/10/06 20:58:15
Line 17 
Line 17 
 TARGET_ARCH=    mips64  TARGET_ARCH=    mips64
 .elif   (${TARGET} == "macppc" || ${TARGET} == "mvmeppc")  .elif   (${TARGET} == "macppc" || ${TARGET} == "mvmeppc")
 TARGET_ARCH=    powerpc  TARGET_ARCH=    powerpc
   .elif   (${TARGET} == "landisk")
   TARGET_ARCH=    sh
 .else  .else
 TARGET_ARCH=    ${TARGET}  TARGET_ARCH=    ${TARGET}
 .endif  .endif

Legend:
Removed from v.1.20  
changed lines
  Added in v.1.21