SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
18
lang/gcc/8/patches/patch-libgcc_config_rs6000_t-openbsd
Normal file
18
lang/gcc/8/patches/patch-libgcc_config_rs6000_t-openbsd
Normal file
|
@ -0,0 +1,18 @@
|
|||
Add crt* since some symbols are required by lang/php/7.3+
|
||||
|
||||
Index: libgcc/config/rs6000/t-openbsd
|
||||
--- libgcc/config/rs6000/t-openbsd.orig
|
||||
+++ libgcc/config/rs6000/t-openbsd
|
||||
@@ -0,0 +1,12 @@
|
||||
+# already added in libgcc/config/rs6000/t-ppccomm
|
||||
+# LIB2ADD = $(srcdir)/config/rs6000/tramp.S
|
||||
+
|
||||
+LIB2ADD_ST += \
|
||||
+ $(srcdir)/config/rs6000/crtsavfpr.S \
|
||||
+ $(srcdir)/config/rs6000/crtresfpr.S \
|
||||
+ $(srcdir)/config/rs6000/crtsavgpr.S \
|
||||
+ $(srcdir)/config/rs6000/crtresgpr.S \
|
||||
+ $(srcdir)/config/rs6000/crtresxfpr.S \
|
||||
+ $(srcdir)/config/rs6000/crtresxgpr.S \
|
||||
+ $(srcdir)/config/rs6000/crtsavevr.S \
|
||||
+ $(srcdir)/config/rs6000/crtrestvr.S
|
Loading…
Add table
Add a link
Reference in a new issue