[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.127 and 1.128

version 1.127, 2012/09/02 03:44:19 version 1.128, 2012/09/02 16:37:43
Line 37 
Line 37 
 # sparc & powerpc needs consideration of -fpic/-fPIC vs -fpie/-fPIE  # sparc & powerpc needs consideration of -fpic/-fPIC vs -fpie/-fPIE
 # arm needs binutils-2.17, after that regains W^X support  # arm needs binutils-2.17, after that regains W^X support
 # sh has register spill problems in gcc (see usr.bin/sort) with -fpie  # sh has register spill problems in gcc (see usr.bin/sort) with -fpie
 PIE_ARCH=alpha amd64 mips64 mips64el sparc64  PIE_ARCH=alpha amd64 hppa mips64 mips64el sparc64
   
 .for _arch in ${MACHINE_ARCH}  .for _arch in ${MACHINE_ARCH}
 .if !empty(GCC2_ARCH:M${_arch})  .if !empty(GCC2_ARCH:M${_arch})

Legend:
Removed from v.1.127  
changed lines
  Added in v.1.128