[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.61 and 1.62

version 1.61, 2002/08/03 08:10:42 version 1.62, 2002/08/11 23:13:10
Line 31 
Line 31 
 DEBUGLIBS?=     no  DEBUGLIBS?=     no
 # Set toolchain to be able to know differences.  # Set toolchain to be able to know differences.
 .if (${MACHINE_ARCH} == "alpha" || ${MACHINE_ARCH} == "powerpc" || \  .if (${MACHINE_ARCH} == "alpha" || ${MACHINE_ARCH} == "powerpc" || \
      ${MACHINE_ARCH} == "hppa" || ${MACHINE_ARCH} == "sparc64")       ${MACHINE_ARCH} == "hppa" || ${MACHINE_ARCH} == "sparc64" || \
        ${MACHINE_ARCH} == "sparc")
 ELF_TOOLCHAIN?= yes  ELF_TOOLCHAIN?= yes
 .else  .else
 ELF_TOOLCHAIN?= no  ELF_TOOLCHAIN?= no
Line 117 
Line 118 
 #pic relocation flags.  #pic relocation flags.
 .if (${MACHINE_ARCH} == "sparc64")  .if (${MACHINE_ARCH} == "sparc64")
 PICFLAG=-fPIC  PICFLAG=-fPIC
   .endif
   .if (${MACHINE_ARCH} == "sparc64") || (${MACHINE_ARCH} == "sparc")
 ASPICFLAG=-KPIC  ASPICFLAG=-KPIC
 .else  .else
 ASPICFLAG=-k  ASPICFLAG=-k

Legend:
Removed from v.1.61  
changed lines
  Added in v.1.62