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

Diff for /src/Makefile.cross between version 1.34 and 1.35

version 1.34, 2010/09/09 17:32:44 version 1.35, 2010/09/09 19:46:39
Line 78 
Line 78 
     ${TARGET_ARCH} == "sparc" || ${TARGET_ARCH} == "vax"      ${TARGET_ARCH} == "sparc" || ${TARGET_ARCH} == "vax"
 TARGET_USE_GCC3=No  TARGET_USE_GCC3=No
 COMPILER_VERSION=gcc2  COMPILER_VERSION=gcc2
 .elif ${TARGET_ARCH} == "amd64" || ${TARGET_ARCH} == "sparc64"  .elif ${TARGET_ARCH} == "amd64" || ${TARGET_ARCH} == "hppa" || \
       ${TARGET_ARCH} == "i386" || ${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.34  
changed lines
  Added in v.1.35