$OpenBSD: patch-gcc_defaults_h,v 1.1.1.1 2021/08/15 18:42:11 pascal Exp $
Index: gcc/defaults.h
--- gcc/defaults.h.orig
+++ gcc/defaults.h
@@ -1464,6 +1464,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
