aboutsummaryrefslogtreecommitdiff
path: root/packages/gcc/9.2.0/0016-crystax.patch
diff options
context:
space:
mode:
authorChris Packham <judge.packham@gmail.com>2020-08-30 20:51:23 +1200
committerGitHub <noreply@github.com>2020-08-30 20:51:23 +1200
commit23f17ab5cbff7a6ae46816553a166ff782da0c9a (patch)
treeba432b0ae7bf1715bfc41f924c9a1d7b644ef4f2 /packages/gcc/9.2.0/0016-crystax.patch
parentd908f53ffaed4592d9c660f23d66bcbb642f76f6 (diff)
parent793d65899f448ee9b0cf121a170c82f0bc15b854 (diff)
downloadcrosstool-ng-23f17ab5cbff7a6ae46816553a166ff782da0c9a.tar.gz
crosstool-ng-23f17ab5cbff7a6ae46816553a166ff782da0c9a.tar.bz2
crosstool-ng-23f17ab5cbff7a6ae46816553a166ff782da0c9a.zip
Merge pull request #1368 from egtvedt/add-gcc-9.3-and-10.2-binutils-2.35
Add gcc 9.3 and 10.2, and binutils 2.35
Diffstat (limited to 'packages/gcc/9.2.0/0016-crystax.patch')
-rw-r--r--packages/gcc/9.2.0/0016-crystax.patch23
1 files changed, 0 insertions, 23 deletions
diff --git a/packages/gcc/9.2.0/0016-crystax.patch b/packages/gcc/9.2.0/0016-crystax.patch
deleted file mode 100644
index 8c21a1cc..00000000
--- a/packages/gcc/9.2.0/0016-crystax.patch
+++ /dev/null
@@ -1,23 +0,0 @@
-commit 89d27bc45ee7325dcfff6748da0f8b9c1dc1f234
-Author: Dmitry Moskalchuk <dm@crystax.net>
-Date: Sat Aug 22 09:55:55 2015 +0300
-
- [android][i386] Remove throw() declaration from posix_memalign() proto
-
- Signed-off-by: Dmitry Moskalchuk <dm@crystax.net>
-
----
- gcc/config/i386/pmm_malloc.h | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
---- a/gcc/config/i386/pmm_malloc.h
-+++ b/gcc/config/i386/pmm_malloc.h
-@@ -31,7 +31,7 @@
- #ifndef __cplusplus
- extern int posix_memalign (void **, size_t, size_t);
- #else
--extern "C" int posix_memalign (void **, size_t, size_t) throw ();
-+extern "C" int posix_memalign (void **, size_t, size_t);
- #endif
-
- static __inline void *