diff options
Diffstat (limited to 'gcc/gcc.c')
-rw-r--r-- | gcc/gcc.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -909,7 +909,9 @@ proper position among the other output files. */ #ifndef LINK_PIE_SPEC #ifdef HAVE_LD_PIE +#ifndef LD_PIE_SPEC #define LD_PIE_SPEC "-pie" +#endif #else #define LD_PIE_SPEC "" #endif |