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

Diff for /src/Makefile.cross between version 1.102 and 1.103

version 1.102, 2019/10/14 14:32:26 version 1.103, 2019/10/14 14:36:49
Line 141 
Line 141 
 ${CROSSDIRS}:  ${CROSSDIRS}:
 .if ${TARGET_ARCH} == "arm" &&  ${MACHINE_IS_LP64} == "yes"  .if ${TARGET_ARCH} == "arm" &&  ${MACHINE_IS_LP64} == "yes"
         # this config is allowed          # this config is allowed
   .elif ${TARGET_ARCH} == "powerpc" &&  ${MACHINE_IS_LP64} == "yes"
           # this config is allowed
 .elif ${TARGET_IS_LP64} != ${MACHINE_IS_LP64}  .elif ${TARGET_IS_LP64} != ${MACHINE_IS_LP64}
         @echo "host and target have different size longs"          @echo "host and target have different size longs"
         @echo "cross compiler generates bad code; aborting"; exit 1          @echo "cross compiler generates bad code; aborting"; exit 1

Legend:
Removed from v.1.102  
changed lines
  Added in v.1.103