[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.249 and 1.250

version 1.249, 2004/02/15 19:52:27 version 1.250, 2004/02/23 21:12:13
Line 126  CPPPICFLAGS?= -DPIC -DBIGPIC
Line 126  CPPPICFLAGS?= -DPIC -DBIGPIC
 CAPICFLAGS?= ${CPPPICFLAGS} ${CPICFLAGS}  CAPICFLAGS?= ${CPPPICFLAGS} ${CPICFLAGS}
 APICFLAGS ?= -KPIC  APICFLAGS ?= -KPIC
   
 .elif ${MACHINE_ARCH} == "hppa"  
   
 FPICFLAGS ?= -fPIC  
 CPICFLAGS?= -fPIC -DPIC  
 CPPPICFLAGS?= -DPIC  
 CAPICFLAGS?= ${CPPPICFLAGS} ${CPICFLAGS}  
 APICFLAGS?= -k  
   
 .elif ${MACHINE_ARCH} == "ns32k"  .elif ${MACHINE_ARCH} == "ns32k"
   
 # XXX no shared libraries yet on ns32k  # XXX no shared libraries yet on ns32k

Legend:
Removed from v.1.249  
changed lines
  Added in v.1.250

CVSweb <webmaster@jp.NetBSD.org>