[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.95 and 1.96

version 1.95, 2006/06/26 03:12:37 version 1.96, 2006/09/26 23:14:52
Line 32 
Line 32 
 .endif  .endif
   
 # gcc3  # gcc3
 .if ${MACHINE_ARCH} == "alpha" || \  .if ${MACHINE_ARCH} == "m68k" || ${MACHINE_ARCH} == "m88k" || \
     ${MACHINE_ARCH} == "m68k" || ${MACHINE_ARCH} == "m88k" || \  
     ${MACHINE_ARCH} == "sparc" || ${MACHINE_ARCH} == "vax"      ${MACHINE_ARCH} == "sparc" || ${MACHINE_ARCH} == "vax"
 USE_GCC3?=no  USE_GCC3?=no
 .else  .else
Line 122 
Line 121 
 .endif  .endif
   
 # pic relocation flags.  # pic relocation flags.
 .if ${MACHINE_ARCH} == "sparc64"  .if (${MACHINE_ARCH} == "alpha") || (${MACHINE_ARCH} == "sparc64")
 PICFLAG=-fPIC  PICFLAG=-fPIC
 .else  .else
 PICFLAG=-fpic  PICFLAG=-fpic

Legend:
Removed from v.1.95  
changed lines
  Added in v.1.96