[BACK]Return to compiler.mk CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / pkgsrc / mk

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

Diff for /pkgsrc/mk/compiler.mk between version 1.63 and 1.64

version 1.63, 2007/09/20 17:28:48 version 1.64, 2007/10/17 10:43:37
Line 75  _USER_VARS.compiler= PKGSRC_COMPILER USE
Line 75  _USER_VARS.compiler= PKGSRC_COMPILER USE
 _PKG_VARS.compiler=     USE_LANGUAGES GCC_REQD NOT_FOR_COMPILER ONLY_FOR_COMPILER  _PKG_VARS.compiler=     USE_LANGUAGES GCC_REQD NOT_FOR_COMPILER ONLY_FOR_COMPILER
 _SYS_VARS.compiler=     CC_VERSION  _SYS_VARS.compiler=     CC_VERSION
   
 .include "../../mk/bsd.prefs.mk"  .include "bsd.fast.prefs.mk"
   
 # Since most packages need a C compiler, this is the default value.  # Since most packages need a C compiler, this is the default value.
 USE_LANGUAGES?= c  USE_LANGUAGES?= c
Line 135  _PKGSRC_COMPILER:= ${_COMPILER} ${_PKGSR
Line 135  _PKGSRC_COMPILER:= ${_COMPILER} ${_PKGSR
 _COMPILER_STRIP_VARS=   # empty  _COMPILER_STRIP_VARS=   # empty
   
 .for _compiler_ in ${_PKGSRC_COMPILER}  .for _compiler_ in ${_PKGSRC_COMPILER}
 .  include "../../mk/compiler/${_compiler_}.mk"  .  include "compiler/${_compiler_}.mk"
 .endfor  .endfor
 .undef _compiler_  .undef _compiler_
   

Legend:
Removed from v.1.63  
changed lines
  Added in v.1.64

CVSweb <webmaster@jp.NetBSD.org>