SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
14
lang/bootgcc/patches/patch-gcc_defaults_h
Normal file
14
lang/bootgcc/patches/patch-gcc_defaults_h
Normal file
|
@ -0,0 +1,14 @@
|
|||
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
|
Loading…
Add table
Add a link
Reference in a new issue