Bug#847554: clang: Clang should produce position independent code by default

2016-12-09 Thread Sylvestre Ledru
Hello, Le 09/12/2016 à 00:45, Gregor Jasny a écrit : Package: clang Version: 1:3.8-34 Severity: normal Dear Maintainer, gcc nowadys seems to be built with --enable-default-pie config option. That flag results in generation of position independent code and executables by default: $ gcc -dM -E

Bug#847554: clang: Clang should produce position independent code by default

2016-12-09 Thread Gregor Jasny
Package: clang Version: 1:3.8-34 Severity: normal Dear Maintainer, gcc nowadys seems to be built with --enable-default-pie config option. That flag results in generation of position independent code and executables by default: $ gcc -dM -E - < /dev/null|egrep -i '(pie|pic)' #define __pie__ 2 #de