[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.47 and 1.48

version 1.47, 2005/10/16 19:44:44 version 1.48, 2006/05/06 15:20:05
Line 147  _WRAP_EXTRA_ARGS.CXX+= ${_COMPILER_ABI_F
Line 147  _WRAP_EXTRA_ARGS.CXX+= ${_COMPILER_ABI_F
 _WRAP_EXTRA_ARGS.LD+=   ${_LINKER_ABI_FLAG.${ABI}}  _WRAP_EXTRA_ARGS.LD+=   ${_LINKER_ABI_FLAG.${ABI}}
 .endif  .endif
   
   # If the languages are not requested, force them not to be available
   # in the generated wrappers.
   #
   .if empty(USE_LANGUAGES:Mc++)
   PKG_CXX:=               ${FALSE}
   ALL_ENV+=               CXXCPP=${CPP:Q} # to make some Autoconf scripts happy
   .endif
   .if empty(USE_LANGUAGES:Mfortran)
   PKG_FC:=                ${FALSE}
   .endif
   
 .endif  # BSD_COMPILER_MK  .endif  # BSD_COMPILER_MK

Legend:
Removed from v.1.47  
changed lines
  Added in v.1.48

CVSweb <webmaster@jp.NetBSD.org>