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

Diff for /src/Makefile between version 1.109 and 1.111

version 1.109, 2004/12/25 16:17:33 version 1.111, 2005/01/09 19:35:26
Line 258 
Line 258 
 # bsd.own.mk can't do it for us  # bsd.own.mk can't do it for us
 .if ${TARGET} == "amd64" || ${TARGET} == "cats" || \  .if ${TARGET} == "amd64" || ${TARGET} == "cats" || \
     ${TARGET} == "hppa" || ${TARGET} == "hppa64" || \      ${TARGET} == "hppa" || ${TARGET} == "hppa64" || \
       ${TARGET} == "i386" || \
     ${TARGET} == "sparc64" || ${TARGET} == "sgi"      ${TARGET} == "sparc64" || ${TARGET} == "sgi"
 USE_GCC3=yes  USE_GCC3=yes
   .else
   USE_GCC3=no
 .endif  .endif
   
 ${CROSSGCC}:            ${CROSSBINUTILS}  ${CROSSGCC}:            ${CROSSBINUTILS}

Legend:
Removed from v.1.109  
changed lines
  Added in v.1.111