18 lines
379 B
Text
18 lines
379 B
Text
Index: gcc/defaults.h
|
|
--- gcc/defaults.h.orig
|
|
+++ gcc/defaults.h
|
|
@@ -1449,6 +1449,14 @@ see the files COPYING3 and COPYING.RUNTIME respectivel
|
|
#define TARGET_VTABLE_USES_DESCRIPTORS 0
|
|
#endif
|
|
|
|
+#ifndef PIE_DEFAULT
|
|
+#define PIE_DEFAULT 0
|
|
+#endif
|
|
+
|
|
+#ifndef CF_DEFAULT
|
|
+#define CF_DEFAULT CF_NONE
|
|
+#endif
|
|
+
|
|
#endif /* GCC_INSN_FLAGS_H */
|
|
|
|
#ifndef DWARF_GNAT_ENCODINGS_DEFAULT
|