[BACK]Return to bsd.own.mk CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / share / mk

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/share/mk/bsd.own.mk between version 1.474 and 1.475

version 1.474, 2006/09/19 04:16:11 version 1.475, 2006/09/22 13:14:59
Line 50  TOOLCHAIN_MISSING?= no
Line 50  TOOLCHAIN_MISSING?= no
     ${MACHINE_ARCH} == "alpha" || \      ${MACHINE_ARCH} == "alpha" || \
     ${MACHINE_ARCH} == "arm" || \      ${MACHINE_ARCH} == "arm" || \
     ${MACHINE_ARCH} == "armeb" || \      ${MACHINE_ARCH} == "armeb" || \
       ${MACHINE_ARCH} == "hppa" || \
     ${MACHINE_ARCH} == "i386" || \      ${MACHINE_ARCH} == "i386" || \
     ${MACHINE_ARCH} == "ia64" || \      ${MACHINE_ARCH} == "ia64" || \
     ${MACHINE_ARCH} == "m68000" || \      ${MACHINE_ARCH} == "m68000" || \
Line 70  TOOLCHAIN_MISSING?= no
Line 71  TOOLCHAIN_MISSING?= no
 HAVE_GCC?=      4  HAVE_GCC?=      4
 .endif  .endif
   
 # These ones work (or mostly work), but aren't switched yet  
 .if \  
     ${MACHINE_ARCH} == "hppa"  
 #HAVE_GCC?=     4  
 .endif  
   
 # default to GCC3  # default to GCC3
 HAVE_GCC?=      3  HAVE_GCC?=      3
   

Legend:
Removed from v.1.474  
changed lines
  Added in v.1.475

CVSweb <webmaster@jp.NetBSD.org>