CVSROOT: /cvs Module name: src Changes by: pas...@cvs.openbsd.org 2012/08/29 11:45:00
Modified files: sys/arch/amd64/stand: Makefile.inc sys/arch/amd64/stand/biosboot: Makefile sys/arch/amd64/stand/boot: Makefile sys/arch/amd64/stand/cdboot: Makefile sys/arch/amd64/stand/cdbr: Makefile sys/arch/amd64/stand/mbr: Makefile sys/arch/amd64/stand/pxeboot: Makefile Log message: Get rid of all NOPIE and NOPIE_FLAGS in amd64/stand and use -fno-pie and -nopie directly instead. This will be the approach taken by every other arch too in the near future. It is easier than relying on bsd.own.mk to set these correctly. discussed with and ok deraadt@