[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.122 and 1.123

version 1.122, 2012/08/23 06:14:41 version 1.123, 2012/08/28 14:26:47
Line 51 
Line 51 
   
 .if !empty(PIE_ARCH:M${_arch})  .if !empty(PIE_ARCH:M${_arch})
 NOPIE_FLAGS=-fno-pie  NOPIE_FLAGS=-fno-pie
 GCC_PIE_DEFAULT=${DEFAULT_PIE_DEF}  PIE_DEFAULT=${DEFAULT_PIE_DEF}
 .else  .else
 NOPIE_FLAGS=  NOPIE_FLAGS=
 GCC_PIE_DEFAULT=  PIE_DEFAULT=
 .endif  .endif
 .endfor  .endfor
   

Legend:
Removed from v.1.122  
changed lines
  Added in v.1.123