openbsd-ports/lang/gcc/8/patches/patch-gcc_defaults_h
pascal d5c575b948 Update to GCC 8.3.0, and regenerate bootstrap on amd64, hppa and powerpc.
Also tested on armv7, arm64 and sparc64.

Earlier diff from Brad.
2019-03-25 20:17:46 +00:00

16 lines
391 B
Plaintext

$OpenBSD: patch-gcc_defaults_h,v 1.2 2019/03/25 20:17:47 pascal Exp $
Index: gcc/defaults.h
--- gcc/defaults.h.orig
+++ gcc/defaults.h
@@ -1449,6 +1449,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