https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87221
Jeffrey A. Law changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
CC|
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&root=gcc&view=rev
Log:
PR target/87221
* config/netbsd-elf.h (NETBSD_STARTFILE_SPE
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.
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 ac_cv_func_newlocale=no
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?