patch-gcc_gcc_c 409 B

12345678910111213
  1. $OpenBSD: patch-gcc_gcc_c,v 1.1 2012/09/01 00:00:32 pascal Exp $
  2. --- gcc/gcc.c.orig Wed Aug 29 23:38:16 2012
  3. +++ gcc/gcc.c Wed Aug 29 23:38:36 2012
  4. @@ -609,7 +609,7 @@ proper position among the other output files. */
  5. #ifndef LINK_PIE_SPEC
  6. #ifdef HAVE_LD_PIE
  7. -#define LINK_PIE_SPEC "%{pie:-pie} "
  8. +#define LINK_PIE_SPEC "%{pie:-pie} %{p|pg|nopie:-nopie} "
  9. #else
  10. #define LINK_PIE_SPEC "%{pie:} "
  11. #endif