summaryrefslogtreecommitdiff
path: root/system/gcc/330-gccgo-link-to-ucontext.patch
diff options
context:
space:
mode:
authorA. Wilcox <AWilcox@Wilcox-Tech.com>2018-06-22 21:33:47 -0500
committerA. Wilcox <AWilcox@Wilcox-Tech.com>2018-06-22 21:33:47 -0500
commit1318fa654f51d5349b8b8b11657f89c4da0d1c51 (patch)
treec5458af07bdae99a25597d306104996589309fab /system/gcc/330-gccgo-link-to-ucontext.patch
parentc8f9f3c01c830ad95cde91757a65e3660373f961 (diff)
downloadpackages-1318fa654f51d5349b8b8b11657f89c4da0d1c51.tar.gz
packages-1318fa654f51d5349b8b8b11657f89c4da0d1c51.tar.bz2
packages-1318fa654f51d5349b8b8b11657f89c4da0d1c51.tar.xz
packages-1318fa654f51d5349b8b8b11657f89c4da0d1c51.zip
system/gcc: [PD] add gcc-go, add m68k stuff, etc
Diffstat (limited to 'system/gcc/330-gccgo-link-to-ucontext.patch')
-rw-r--r--system/gcc/330-gccgo-link-to-ucontext.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/system/gcc/330-gccgo-link-to-ucontext.patch b/system/gcc/330-gccgo-link-to-ucontext.patch
new file mode 100644
index 000000000..8aa60ca54
--- /dev/null
+++ b/system/gcc/330-gccgo-link-to-ucontext.patch
@@ -0,0 +1,11 @@
+--- gcc-6.4.0/Makefile.in.old 2018-06-21 22:16:35.167781541 -0500
++++ gcc-6.4.0/Makefile.in 2018-06-22 00:36:13.849486086 -0500
+@@ -41332,7 +41332,7 @@
+ esac; \
+ module_srcdir=libgo; \
+ rm -f no-such-file || : ; \
+- CONFIG_SITE=no-such-file $(SHELL) \
++ CONFIG_SITE=no-such-file LIBS="-lucontext $$LIBS" $(SHELL) \
+ $$s/$$module_srcdir/configure \
+ --srcdir=$${topdir}/$$module_srcdir \
+ $(TARGET_CONFIGARGS) --build=${build_alias} --host=${target_alias} \