update gcc

This commit is contained in:
Mid Favila 2021-12-14 21:37:24 -04:00
parent c503ddea79
commit 4d2127aef1
2 changed files with 3 additions and 2 deletions

View File

@ -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 \

View File

@ -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