Stuff.
This commit is contained in:
parent
db04f430f8
commit
34dd08f687
@ -4,3 +4,4 @@ fd4829912cddd12f84181c3451cc752be224643e87fac497b69edddadc49b4f2
|
|||||||
17503d2c395dfcf106b622dc142683c1199431d095367c6aacba6eec30340459
|
17503d2c395dfcf106b622dc142683c1199431d095367c6aacba6eec30340459
|
||||||
6812a560f3752dc2e0cc08bfc3c860044c57f4a2aeb8e387c0568246171d1794
|
6812a560f3752dc2e0cc08bfc3c860044c57f4a2aeb8e387c0568246171d1794
|
||||||
765614b3396d70bca3fa0ae4a813632486c6dca320e2bd13c8c39dca52be4a4c
|
765614b3396d70bca3fa0ae4a813632486c6dca320e2bd13c8c39dca52be4a4c
|
||||||
|
0485655dbccf9034ba1d2cf5fb2e7bdbfe10aee32906c9488c0ec3da69dbb44f
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
binutils
|
binutils
|
||||||
bison make
|
bison make
|
||||||
flex make
|
flex make
|
||||||
|
libmpc
|
||||||
|
libmpfr
|
||||||
libisl
|
libisl
|
||||||
|
63
ports/official/core/gcc/files/musl-jit.patch
Normal file
63
ports/official/core/gcc/files/musl-jit.patch
Normal file
@ -0,0 +1,63 @@
|
|||||||
|
diff --git a/gcc/jit/jit-playback.c b/gcc/jit/jit-playback.c
|
||||||
|
index 5bccf591a..35f5e35ef 100644
|
||||||
|
--- a/gcc/jit/jit-playback.c
|
||||||
|
+++ b/gcc/jit/jit-playback.c
|
||||||
|
@@ -18,6 +18,8 @@ You should have received a copy of the GNU General Public License
|
||||||
|
along with GCC; see the file COPYING3. If not see
|
||||||
|
<http://www.gnu.org/licenses/>. */
|
||||||
|
|
||||||
|
+#include <pthread.h>
|
||||||
|
+
|
||||||
|
#include "config.h"
|
||||||
|
#include "system.h"
|
||||||
|
#include "coretypes.h"
|
||||||
|
@@ -41,8 +43,6 @@ along with GCC; see the file COPYING3. If not see
|
||||||
|
#include "diagnostic.h"
|
||||||
|
#include "stmt.h"
|
||||||
|
|
||||||
|
-#include <pthread.h>
|
||||||
|
-
|
||||||
|
#include "jit-playback.h"
|
||||||
|
#include "jit-result.h"
|
||||||
|
#include "jit-builtins.h"
|
||||||
|
diff --git a/gcc/jit/jit-recording.c b/gcc/jit/jit-recording.c
|
||||||
|
index a237d574f..5785e3269 100644
|
||||||
|
--- a/gcc/jit/jit-recording.c
|
||||||
|
+++ b/gcc/jit/jit-recording.c
|
||||||
|
@@ -18,6 +18,8 @@ You should have received a copy of the GNU General Public License
|
||||||
|
along with GCC; see the file COPYING3. If not see
|
||||||
|
<http://www.gnu.org/licenses/>. */
|
||||||
|
|
||||||
|
+#include <pthread.h>
|
||||||
|
+
|
||||||
|
#include "config.h"
|
||||||
|
#include "system.h"
|
||||||
|
#include "coretypes.h"
|
||||||
|
@@ -25,8 +27,6 @@ along with GCC; see the file COPYING3. If not see
|
||||||
|
#include "pretty-print.h"
|
||||||
|
#include "toplev.h"
|
||||||
|
|
||||||
|
-#include <pthread.h>
|
||||||
|
-
|
||||||
|
#include "jit-builtins.h"
|
||||||
|
#include "jit-recording.h"
|
||||||
|
#include "jit-playback.h"
|
||||||
|
diff --git a/gcc/jit/libgccjit.c b/gcc/jit/libgccjit.c
|
||||||
|
index f9c33c63c..75f21d275 100644
|
||||||
|
--- a/gcc/jit/libgccjit.c
|
||||||
|
+++ b/gcc/jit/libgccjit.c
|
||||||
|
@@ -18,13 +18,13 @@ You should have received a copy of the GNU General Public License
|
||||||
|
along with GCC; see the file COPYING3. If not see
|
||||||
|
<http://www.gnu.org/licenses/>. */
|
||||||
|
|
||||||
|
+#include <pthread.h>
|
||||||
|
#include "config.h"
|
||||||
|
#include "system.h"
|
||||||
|
#include "coretypes.h"
|
||||||
|
#include "timevar.h"
|
||||||
|
#include "typed-splay-tree.h"
|
||||||
|
#include "cppbuiltin.h"
|
||||||
|
-#include <pthread.h>
|
||||||
|
|
||||||
|
#include "libgccjit.h"
|
||||||
|
#include "jit-recording.h"
|
@ -4,3 +4,4 @@ https://ftp.gnu.org/gnu/mpfr/mpfr-4.1.0.tar.xz gcc/mpfr
|
|||||||
https://ftp.gnu.org/gnu/mpc/mpc-1.2.1.tar.gz gcc/mpc
|
https://ftp.gnu.org/gnu/mpc/mpc-1.2.1.tar.gz gcc/mpc
|
||||||
https://repo.or.cz/isl.git/snapshot/73ab37ba8bb6a21b9672e29073ece533362e685d.tar.gz gcc/isl
|
https://repo.or.cz/isl.git/snapshot/73ab37ba8bb6a21b9672e29073ece533362e685d.tar.gz gcc/isl
|
||||||
files/c99
|
files/c99
|
||||||
|
files/musl-jit.patch
|
||||||
|
@ -1 +1 @@
|
|||||||
http://downloads.webmproject.org/releases/webp/libwebp-1.2.1.tar.gz
|
https://deb.debian.org/debian/pool/main/libw/libwebp/libwebp_1.2.1.orig.tar.gz
|
||||||
|
Loading…
Reference in New Issue
Block a user