[BACK]Return to bsd.lib.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.lib.mk between version 1.345 and 1.346

version 1.345, 2014/01/14 11:31:01 version 1.346, 2014/02/26 02:51:02
Line 602  LIBDPLIBS+=     c++ ${.CURDIR}/../../../
Line 602  LIBDPLIBS+=     c++ ${.CURDIR}/../../../
 . elif defined(HAVE_GCC) && ${HAVE_GCC} == 4  . elif defined(HAVE_GCC) && ${HAVE_GCC} == 4
 LIBDPLIBS+=     stdc++  ${.CURDIR}/../../../../../gnu/lib/libstdc++-v3_4  LIBDPLIBS+=     stdc++  ${.CURDIR}/../../../../../gnu/lib/libstdc++-v3_4
 . else  . else
 LIBDPLIBS+=     stdc++  ${.CURDIR}/../../../../../external/gpl3/gcc/lib/libstdc++-v3  LIBDPLIBS+=     stdc++  ${.CURDIR}/../../../../../external/gpl3/${EXTERNAL_GCC_SUBDIR}/lib/libstdc++-v3
 . endif  . endif
 .else  .else
 LIBCC:= ${CC}  LIBCC:= ${CC}

Legend:
Removed from v.1.345  
changed lines
  Added in v.1.346

CVSweb <webmaster@jp.NetBSD.org>