On 02/28/2015 09:42 AM, H.J. Lu wrote:
@@ -22704,6 +22705,13 @@ For systems that use the GNU C Library, the default is on. Specify that the assembler should encode SSE instructions with VEX prefix. The option @option{-mavx} turns this on by default.+@item -mcopyreloc-in-pie +@itemx -mno-copyreloc-in-pie +@opindex mcopyreloc-in-pie +Use copy relocations in Position Independent Executable (PIE). It +requires linker support. This option is turned on by default if linker +used to build GCC supports it. +
How about: "...if GCC is configured to use a linker that supports these relocations."
I assume this is a property of the target linker, and not literally the host linker used to build GCC?
-Sandra
