update gcc
This commit is contained in:
parent
c503ddea79
commit
4d2127aef1
@ -24,6 +24,7 @@ esac
|
|||||||
|
|
||||||
export libat_cv_have_ifunc=no
|
export libat_cv_have_ifunc=no
|
||||||
|
|
||||||
|
#add jit once gcc can build it properly...
|
||||||
../gcc/configure \
|
../gcc/configure \
|
||||||
--prefix=/usr \
|
--prefix=/usr \
|
||||||
--libexecdir=/usr/lib \
|
--libexecdir=/usr/lib \
|
||||||
@ -46,7 +47,7 @@ export libat_cv_have_ifunc=no
|
|||||||
--enable-host-shared \
|
--enable-host-shared \
|
||||||
--enable-threads \
|
--enable-threads \
|
||||||
--enable-tls \
|
--enable-tls \
|
||||||
--enable-languages=jit,c,c++ \
|
--enable-languages=c,c++ \
|
||||||
--without-included-gettext \
|
--without-included-gettext \
|
||||||
--with-zstd=no \
|
--with-zstd=no \
|
||||||
--with-system-zlib \
|
--with-system-zlib \
|
||||||
|
@ -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/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/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
|
||||||
|
Loading…
Reference in New Issue
Block a user