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

Diff for /src/Makefile.cross between version 1.38 and 1.39

version 1.38, 2010/09/23 19:00:48 version 1.39, 2010/09/24 14:04:06
Line 79 
Line 79 
 TARGET_USE_GCC3=No  TARGET_USE_GCC3=No
 COMPILER_VERSION=gcc2  COMPILER_VERSION=gcc2
 .elif ${TARGET_ARCH} == "amd64" || ${TARGET_ARCH} == "hppa" || \  .elif ${TARGET_ARCH} == "amd64" || ${TARGET_ARCH} == "hppa" || \
     ${TARGET_ARCH} == "i386" || ${TARGET_ARCH} == "powerpc" || \      ${TARGET_ARCH} == "i386" || ${TARGET_ARCH:Mmips64*} || \
     ${TARGET_ARCH} == "sparc64"      ${TARGET_ARCH} == "powerpc" || ${TARGET_ARCH} == "sparc64"
 TARGET_USE_GCC4=Yes  TARGET_USE_GCC4=Yes
 COMPILER_VERSION=gcc4  COMPILER_VERSION=gcc4
 .else  .else

Legend:
Removed from v.1.38  
changed lines
  Added in v.1.39