[BACK]Return to bsd.lib.mk CVS log [TXT][DIR] Up to [local] / src / share / mk

Diff for /src/share/mk/bsd.lib.mk between version 1.14 and 1.15

version 1.14, 1997/06/12 15:06:34 version 1.15, 1997/09/08 11:16:10
Line 87 
Line 87 
   
 .if !defined(PICFLAG) && (${MACHINE_ARCH} != "mips")  .if !defined(PICFLAG) && (${MACHINE_ARCH} != "mips")
 PICFLAG=-fpic  PICFLAG=-fpic
   .if ${MACHINE_ARCH} == "m68k"
   # Function CSE makes gas -k not recognize external function calls as lazily
   # resolvable symbols, thus sometimes making ld.so report undefined symbol
   # errors on symbols found in shared library members that would never be
   # called.  Ask niklas@openbsd.org for details.
   PICFLAG+=-fno-function-cse
   .endif
 .endif  .endif
   
 .if !defined(NOPROFILE)  .if !defined(NOPROFILE)

Legend:
Removed from v.1.14  
changed lines
  Added in v.1.15