CVSROOT: /cvs Module name: src Changes by: kette...@cvs.openbsd.org 2013/02/05 07:31:32
Modified files: gnu/usr.bin/binutils/ld: lexsup.c gnu/usr.bin/binutils-2.17/ld: lexsup.c Log message: Disable PIE-by-default if -static (or one of its aliases) is passed on the command line. While technically -static only controls whether we link against static libraries, people expect that doing so produces a fully static binary. tested by sthen@ ok pascal@, miod@