[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.10 and 1.11

version 1.10, 2003/09/23 19:19:33 version 1.11, 2003/09/24 03:01:02
Line 108  USE_GCC2=  # defined
Line 108  USE_GCC2=  # defined
 GCC_REQD=               2.95.3  GCC_REQD=               2.95.3
   
 # we need to define these early, as they are used by gcc/buildlink2.mk.  # we need to define these early, as they are used by gcc/buildlink2.mk.
 _GCC_SUBPREFIX=         gcc-2.95.3/  _GCC_SUBPREFIX=         gcc-2.95.3/
 _GCC_ARCHDIR=           ${_GCC_PREFIX}${_GCC_ARCHSUBDIR}  _GCC_ARCHDIR=           ${_GCC_PREFIX}${_GCC_ARCHSUBDIR}
 _GCC_PREFIX=            ${LOCALBASE}/${_GCC_SUBPREFIX}  _GCC_PREFIX=            ${LOCALBASE}/${_GCC_SUBPREFIX}
 _GCC_LIBGCCDIR!=                                                \  _GCC_LIBGCCDIR!=                                                \
   if [ -x ${_GCC_PREFIX}bin/gcc ]; then                         \    if [ -x ${_GCC_PREFIX}bin/gcc ]; then                         \
Line 123  _GCC_ARCHSUBDIR= \
Line 123  _GCC_ARCHSUBDIR= \
 .  if empty(USE_BUILDLINK2:M[nN][oO])  .  if empty(USE_BUILDLINK2:M[nN][oO])
 .    include "../lang/gcc/buildlink2.mk"  .    include "../lang/gcc/buildlink2.mk"
 .  else  .  else
 _GCC_PREFIX=            ${LOCALBASE}/${_GCC_SUBPREFIX}  
   
 # Packages that link against gcc shared libraries need a full  # Packages that link against gcc shared libraries need a full
 # dependency.  # dependency.

Legend:
Removed from v.1.10  
changed lines
  Added in v.1.11

CVSweb <webmaster@jp.NetBSD.org>