patch-gcc_defaults_h 400 B

123456789101112131415
  1. $OpenBSD: patch-gcc_defaults_h,v 1.1 2012/09/01 00:00:32 pascal Exp $
  2. --- gcc/defaults.h.orig Thu Aug 30 10:06:17 2012
  3. +++ gcc/defaults.h Thu Aug 30 10:07:41 2012
  4. @@ -1337,6 +1337,10 @@ see the files COPYING3 and COPYING.RUNTIME respectivel
  5. #define SWITCHABLE_TARGET 0
  6. #endif
  7. +#ifndef PIE_DEFAULT
  8. +#define PIE_DEFAULT 0
  9. +#endif
  10. +
  11. #endif /* GCC_INSN_FLAGS_H */
  12. #endif /* ! GCC_DEFAULTS_H */