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

Diff for /src/share/mk/bsd.own.mk between version 1.195 and 1.196

version 1.195, 2019/04/01 09:48:43 version 1.196, 2019/04/17 16:36:23
Line 137 
Line 137 
 #SYS_INCLUDE=   symlinks  #SYS_INCLUDE=   symlinks
   
 # pic relocation flags.  # pic relocation flags.
 .if (${MACHINE_ARCH} == "alpha") || (${MACHINE_ARCH} == "sparc64")  .if ${MACHINE_ARCH} == "alpha" || ${MACHINE_ARCH} == "powerpc" || \
       ${MACHINE_ARCH} == "sparc64"
 PICFLAG?=-fPIC  PICFLAG?=-fPIC
 .else  .else
 PICFLAG?=-fpic  PICFLAG?=-fpic

Legend:
Removed from v.1.195  
changed lines
  Added in v.1.196