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

Diff for /src/Makefile.cross between version 1.99 and 1.100

version 1.99, 2018/02/04 21:11:32 version 1.100, 2019/05/11 07:18:14
Line 17 
Line 17 
 .elif   (${TARGET} == "loongson")  .elif   (${TARGET} == "loongson")
 TARGET_ARCH=    mips64el  TARGET_ARCH=    mips64el
 TARGET_CPU=     mips64  TARGET_CPU=     mips64
 .elif   (${TARGET} == "macppc" || ${TARGET} == "socppc")  .elif   (${TARGET} == "macppc"
 TARGET_ARCH=    powerpc  TARGET_ARCH=    powerpc
 .elif   (${TARGET} == "landisk")  .elif   (${TARGET} == "landisk")
 TARGET_ARCH=    sh  TARGET_ARCH=    sh

Legend:
Removed from v.1.99  
changed lines
  Added in v.1.100