$OpenBSD: patch-gcc_defaults_h,v 1.2 2018/04/15 23:39:26 jca Exp $
Index: gcc/defaults.h
--- gcc/defaults.h.orig
+++ gcc/defaults.h
@@ -123,7 +123,7 @@ see the files COPYING3 and COPYING.RUNTIME respectivel
     {									\
       fprintf ((FILE), "\t%s\t", TLS_COMMON_ASM_OP);			\
       assemble_name ((FILE), (NAME));					\
-      fprintf ((FILE), ","HOST_WIDE_INT_PRINT_UNSIGNED",%u\n",		\
+      fprintf ((FILE), "," HOST_WIDE_INT_PRINT_UNSIGNED ",%u\n",	\
 	       (SIZE), DECL_ALIGN (DECL) / BITS_PER_UNIT);		\
     }									\
   while (0)
@@ -1386,6 +1386,10 @@ see the files COPYING3 and COPYING.RUNTIME respectivel
 
 #ifndef SWITCHABLE_TARGET
 #define SWITCHABLE_TARGET 0
+#endif
+
+#ifndef PIE_DEFAULT
+#define PIE_DEFAULT 0
 #endif
 
 #endif /* GCC_INSN_FLAGS_H  */
