SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
14
lang/gpc/patches/patch-gcc_config_rs6000_openbsd_h
Normal file
14
lang/gpc/patches/patch-gcc_config_rs6000_openbsd_h
Normal file
|
@ -0,0 +1,14 @@
|
|||
Default to -msecure-plt
|
||||
|
||||
Index: gcc/config/rs6000/openbsd.h
|
||||
--- gcc/config/rs6000/openbsd.h.orig
|
||||
+++ gcc/config/rs6000/openbsd.h
|
||||
@@ -131,3 +131,8 @@ Boston, MA 02111-1307, USA. */
|
||||
#undef TRAMPOLINE_SIZE
|
||||
#define TRAMPOLINE_SIZE 40
|
||||
|
||||
+#undef TARGET_SECURE_PLT
|
||||
+#define TARGET_SECURE_PLT secure_plt
|
||||
+
|
||||
+#undef CC1_SECURE_PLT_DEFAULT_SPEC
|
||||
+#define CC1_SECURE_PLT_DEFAULT_SPEC "-msecure-plt"
|
Loading…
Add table
Add a link
Reference in a new issue