summaryrefslogtreecommitdiff
path: root/packages
diff options
context:
space:
mode:
authorAlexey Neyman <stilor@att.net>2020-03-04 21:58:38 (GMT)
committerGitHub <noreply@github.com>2020-03-04 21:58:38 (GMT)
commite2957c35eb57c71846da241b81bb3322eceedf77 (patch)
tree0df58f8e84ed71ae8c772df6ebb7055bb201db18 /packages
parentc969be1880f99b6da4d98afd7bda641b7868a717 (diff)
parent29422b2eda308526cd568507109b0a222eb09449 (diff)
Merge pull request #1311 from stilor/more-fixes-after-upgrades
More fixes after upgrades
Diffstat (limited to 'packages')
-rw-r--r--packages/gcc/package.desc2
-rw-r--r--packages/uClibc-ng/1.0.33/0000-missing-header.patch20
2 files changed, 21 insertions, 1 deletions
diff --git a/packages/gcc/package.desc b/packages/gcc/package.desc
index e6d98f8..a37f0c5 100644
--- a/packages/gcc/package.desc
+++ b/packages/gcc/package.desc
@@ -2,5 +2,5 @@ repository='svn svn://gcc.gnu.org/svn/gcc'
mirrors='$(CT_Mirrors GNU gcc/gcc-${CT_GCC_VERSION}) $(CT_Mirrors sourceware gcc/releases/gcc-${CT_GCC_VERSION})'
relevantpattern='4.*|. *|.'
origin='GNU'
-milestones='4.8 4.9 5 6 7'
+milestones='4.8 4.9 5 6 7 8'
archive_formats='.tar.xz .tar.gz'
diff --git a/packages/uClibc-ng/1.0.33/0000-missing-header.patch b/packages/uClibc-ng/1.0.33/0000-missing-header.patch
new file mode 100644
index 0000000..05b0f61
--- /dev/null
+++ b/packages/uClibc-ng/1.0.33/0000-missing-header.patch
@@ -0,0 +1,20 @@
+commit 6f7c6883b72134d1ae28a6223ab9c9738d033867
+Author: Waldemar Brodkorb <wbx@openadk.org>
+Date: Wed Feb 19 10:18:03 2020 +0100
+
+ malloc: add missing header for some arch (alpha)
+
+---
+ libc/stdlib/malloc-standard/malloc.h | 1 +
+ 1 file changed, 1 insertion(+)
+
+--- a/libc/stdlib/malloc-standard/malloc.h
++++ b/libc/stdlib/malloc-standard/malloc.h
+@@ -23,6 +23,7 @@
+ #include <stdlib.h>
+ #include <sys/mman.h>
+ #include <bits/uClibc_mutex.h>
++#include <bits/uClibc_page.h>
+
+
+