123456789101112131415 |
- $OpenBSD: patch-gcc_defaults_h,v 1.1.1.1 2016/09/04 16:20:18 pascal Exp $
- --- gcc/defaults.h.orig Mon Jan 4 15:30:50 2016
- +++ gcc/defaults.h Tue Aug 23 15:48:18 2016
- @@ -1486,6 +1486,10 @@ see the files COPYING3 and COPYING.RUNTIME respectivel
- #define TARGET_VTABLE_USES_DESCRIPTORS 0
- #endif
-
- +#ifndef PIE_DEFAULT
- +#define PIE_DEFAULT 0
- +#endif
- +
- #endif /* GCC_INSN_FLAGS_H */
-
- #ifndef DWARF_GNAT_ENCODINGS_DEFAULT
|