CVSROOT: /cvs Module name: src Changes by: [email protected] 2019/04/19 15:09:48
Modified files:
gnu/usr.bin/clang: Makefile.inc
Log message:
On powerpc, link with -Wl,-relax as clang is a monster and code exceeds the
maximum reachability of the PowerPC branch instructions.
Also override NOPIE_FLAGS to avoid building code with -fno-pie as doing so
is incompatible with secure-plt when using clang as the compiler.
ok visa@, guenther@
