CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2015/04/02 05:54:27
Modified files:
gnu/gcc/gcc/config/alpha: openbsd.h
gnu/gcc/gcc/config/i386: openbsd64.h openbsdelf.h
gnu/gcc/gcc/config/mips: openbsd.h
gnu/gcc/gcc/config/pa: openbsd.h
gnu/gcc/gcc/config/rs6000: sysv4.h
gnu/gcc/gcc/config/sh: openbsd.h
gnu/gcc/gcc/config/sparc: openbsd64.h
gnu/usr.bin/binutils/ld: lexsup.c
Log message:
Change gcc and ld semantics to make static PIE the default when invoking
'cc -static'. To explicitly request the legacy behaviour, use -nopie.
For the few port affected by this, bumps will follow shortly.
looks good to kettenis@, ok kurt@