In the new PIE world, all dynamic binaries (for instance those found
authorderaadt <deraadt@openbsd.org>
Mon, 6 Jan 2014 22:28:45 +0000 (22:28 +0000)
committerderaadt <deraadt@openbsd.org>
Mon, 6 Jan 2014 22:28:45 +0000 (22:28 +0000)
commit21e55f767ca076406c203db7d345289217728fde
treef1df06d79a8300f443cbf337c152cd25dcbc0599
parent1c7e2d1407f17d01d98270e047c0e39e1afe8168
In the new PIE world, all dynamic binaries (for instance those found
in usr.bin and usr.sbin on the install media) must be re-compiled non-PIE
(here, in the special directory) so that crunchgen can reuse them.  This
issue is most acute on i386, which has register pressure, and does weird
things for PIE.
thanks for matthew for helping figure this out.
distrib/special/Makefile
distrib/special/arch/Makefile [new file with mode: 0644]