CVSROOT: /cvs Module name: src Changes by: kette...@cvs.openbsd.org 2012/09/16 14:46:35
Modified files: gnu/usr.bin/cc : Makefile.inc Log message: Build gcc as non-PIE. PIE breaks precompiled headers and causes a serious performance hit on some architectures (almost 20% on hppa, more than 25% on sparc64). And there are no real benefits associated with ASLR for a compiler. ok deraadt@