SecBSD's official ports repository

This commit is contained in:
purplerain 2023-08-16 22:26:55 +00:00
commit 2c0afcbbf3
Signed by: purplerain
GPG key ID: F42C07F07E2E35B7
64331 changed files with 5339189 additions and 0 deletions

View 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"