CVSROOT: /cvs Module name: src Changes by: pas...@cvs.openbsd.org 2012/08/29 16:23:08
Modified files: sys/arch/i386/stand: Makefile.inc sys/arch/i386/stand/biosboot: Makefile sys/arch/i386/stand/boot: Makefile sys/arch/i386/stand/cdboot: Makefile sys/arch/i386/stand/cdbr: Makefile sys/arch/i386/stand/etc: Makefile sys/arch/i386/stand/libsa: Makefile sys/arch/i386/stand/libz: Makefile sys/arch/i386/stand/mbr: Makefile sys/arch/i386/stand/pxeboot: Makefile Log message: Kill all NOPIE and NOPIE_FLAGS in i386/stand, replacing them with -fno-pie and -nopie directly. Binaries from a PIE system are identical to those from a recent snapshot. ok deraadt@