summaryrefslogtreecommitdiff
path: root/distrib/special/arch/Makefile
AgeCommit message (Collapse)Author
2014-01-06In the new PIE world, all dynamic binaries (for instance those foundTheo de Raadt
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.