ports: Update gcc 12.2.0->15.1.0
Also enable threading :)
This commit is contained in:
@@ -1,14 +1,15 @@
|
||||
#!/bin/bash ../install.sh
|
||||
|
||||
NAME='gcc'
|
||||
VERSION='12.2.0'
|
||||
DOWNLOAD_URL="https://ftp.gnu.org/gnu/gcc/gcc-$VERSION/gcc-$VERSION.tar.gz#ac6b317eb4d25444d87cf29c0d141dedc1323a1833ec9995211b13e1a851261c"
|
||||
VERSION='15.1.0'
|
||||
DOWNLOAD_URL="https://ftp.gnu.org/gnu/gcc/gcc-$VERSION/gcc-$VERSION.tar.gz#51b9919ea69c980d7a381db95d4be27edf73b21254eb13d752a08003b4d013b1"
|
||||
DEPENDENCIES=('binutils' 'gmp' 'mpfr' 'mpc')
|
||||
CONFIGURE_OPTIONS=(
|
||||
"--target=$BANAN_TOOLCHAIN_TRIPLE"
|
||||
'--with-sysroot=/'
|
||||
"--with-build-sysroot=$BANAN_SYSROOT"
|
||||
'--enable-initfini-array'
|
||||
'--enable-threads=posix'
|
||||
'--enable-shared'
|
||||
'--enable-lto'
|
||||
'--disable-nls'
|
||||
|
||||
@@ -1 +0,0 @@
|
||||
../../../toolchain/gcc-12.2.0.patch
|
||||
1
ports/gcc/patches/gcc-15.1.0.patch
Symbolic link
1
ports/gcc/patches/gcc-15.1.0.patch
Symbolic link
@@ -0,0 +1 @@
|
||||
../../../toolchain/gcc-15.1.0.patch
|
||||
Reference in New Issue
Block a user