[Bug target/87221] cannot build with -pie

2018-11-09 Thread law at redhat dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87221 Jeffrey A. Law changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED CC|

[Bug target/87221] cannot build with -pie

2018-11-09 Thread law at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87221 --- Comment #4 from Jeffrey A. Law --- Author: law Date: Fri Nov 9 20:55:39 2018 New Revision: 265994 URL: https://gcc.gnu.org/viewcvs?rev=265994=gcc=rev Log: PR target/87221 * config/netbsd-elf.h (NETBSD_STARTFILE_SPEC): Use

[Bug target/87221] cannot build with -pie

2018-09-05 Thread coypu at sdf dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87221 --- Comment #3 from coypu --- I think the change in bug 81523 to make -static imply no PIE might be wrong, as static PIE is a thing. It might be more right to limit that change only for configurations that don't support static PIE.

[Bug target/87221] cannot build with -pie

2018-09-05 Thread coypu at sdf dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87221 --- Comment #2 from coypu --- (In reply to Andrew Pinski from comment #1) > This is related to bug 81523. How did you configure GCC? Configured with nothing related to default pie: export ac_cv_func_freelocale=no export

[Bug target/87221] cannot build with -pie

2018-09-04 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87221 --- Comment #1 from Andrew Pinski --- This is related to bug 81523. How did you configure GCC?