diff --git a/core-mod/core/gcc/build b/core-mod/core/gcc/build index 398c01a..f3108d1 100755 --- a/core-mod/core/gcc/build +++ b/core-mod/core/gcc/build @@ -24,6 +24,7 @@ esac export libat_cv_have_ifunc=no +#add jit once gcc can build it properly... ../gcc/configure \ --prefix=/usr \ --libexecdir=/usr/lib \ @@ -46,7 +47,7 @@ export libat_cv_have_ifunc=no --enable-host-shared \ --enable-threads \ --enable-tls \ - --enable-languages=jit,c,c++ \ + --enable-languages=c,c++ \ --without-included-gettext \ --with-zstd=no \ --with-system-zlib \ diff --git a/core-mod/core/gcc/sources b/core-mod/core/gcc/sources index be82a5e..f8a2982 100644 --- a/core-mod/core/gcc/sources +++ b/core-mod/core/gcc/sources @@ -1,4 +1,4 @@ -https://bigsearcher.com/mirrors/gcc/releases/gcc-11.2.0/gcc-11.2.0.tar.xz +https://ftpmirror.gnu.org/gnu/gcc/gcc-11.2.0/gcc-11.2.0.tar.xz gcc https://ftp.gnu.org/gnu/gmp/gmp-6.2.1.tar.xz gcc/gmp 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