CVSROOT: /cvs Module name: src Changes by: [email protected] 2016/09/03 04:47:24
Modified files:
lib/csu : Makefile
share/mk : bsd.own.mk
Log message:
Enable PIE on arm now that sjlj exceptions are no longer used after
the switch to eabi. This does not include static PIE which will be
handled later.
A specific sequence of steps is required to cross over this change,
using a snapshot is the easiest way to do so.
ok kettenis@
