[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.277 and 1.278

version 1.277, 2008/04/27 23:48:10 version 1.278, 2008/04/29 07:48:31
Line 449  _LIBLDOPTS+= -Wl,-rpath-link,${DESTDIR}$
Line 449  _LIBLDOPTS+= -Wl,-rpath-link,${DESTDIR}$
 .if !defined(LIB)  .if !defined(LIB)
 DPLIBC ?= ${DESTDIR}${LIBC_SO}  DPLIBC ?= ${DESTDIR}${LIBC_SO}
 .else  .else
 .if ${LIB} != "c" && ${LIB:M*gcc*} == ""  .if ${LIB} != "c" && ${LIB:Mgcc*} == ""
 DPLIBC ?= ${DESTDIR}${LIBC_SO}  DPLIBC ?= ${DESTDIR}${LIBC_SO}
 .else  .else
 LDLIBC ?= -nostdlib  LDLIBC ?= -nodefaultlibs
   .if ${LIB} == "c"
   LDADD+= -lgcc_pic
   .endif
 .endif  .endif
 .endif  .endif
   

Legend:
Removed from v.1.277  
changed lines
  Added in v.1.278

CVSweb <webmaster@jp.NetBSD.org>