[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.136 and 1.137

version 1.136, 2013/02/10 20:27:18 version 1.137, 2013/03/10 08:50:42
Line 53 
Line 53 
 .endif  .endif
   
 .if !empty(PIE_ARCH:M${_arch})  .if !empty(PIE_ARCH:M${_arch})
 NOPIE_FLAGS=-fno-pie  NOPIE_FLAGS?=-fno-pie
 NOPIE_LDFLAGS=-nopie  NOPIE_LDFLAGS?=-nopie
 PIE_DEFAULT=${DEFAULT_PIE_DEF}  PIE_DEFAULT?=${DEFAULT_PIE_DEF}
 .else  .else
 NOPIE_FLAGS=  NOPIE_FLAGS?=
 PIE_DEFAULT=  PIE_DEFAULT?=
 .endif  .endif
 .endfor  .endfor
   

Legend:
Removed from v.1.136  
changed lines
  Added in v.1.137