Skip to content
Commit 2a9897dd authored by Kevin F. Quinn's avatar Kevin F. Quinn Committed by Mike Frysinger
Browse files

disable PIE when checking for PIC default

When the compiler builds PIEs by default, the configure PIC check is
confused into thinking PIC code is default.  The end result is that
we end up with only PIC being produced.

Run the configure check with -fno-PIE so that we produce PIC & non-PIC
(PIE) objects like normal.

2014-09-09  Kevin F. Quinn  <kevquinn@gentoo.org>

	* configure.ac (libc_cv_pic_default): Pass -fno-PIE.
	* configure: Regenerated.
parent 27b390b9
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment