Skip to content

Commit

Permalink
gcc-12: bump to 12.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
licy183 committed Nov 7, 2024
1 parent 6a761e8 commit 0d568d1
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
12 changes: 6 additions & 6 deletions common-files/prebuilt-gcc.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@
}
},
"12": {
"version": "12.3.0",
"revision": "2",
"version": "12.4.0",
"revision": "0",
"checksums": {
"aarch64": "7eb73a5606877c8d072fe2ae2716f08f82a8bfa3ead4e518e427412ea0cca47d",
"arm": "c154aa34117011f342d273548a58470fb94584edf54cf6cdee0c11b758bc9fc1",
"i686": "81b2c45bfcc99f753b350e5e666316f28957323420776a4c394bd13cfca26a07",
"x86_64": "f196be087eb0d8070f4c9e90377e6eca06e7f864e4ccc0e4b404058fcd008b2b"
"aarch64": "23bc9e9ec5c0d7a9ac4257719aa29e9ec287da79c2fa6b9cb9f690ce56209b62",
"arm": "d1c11e5ffc4d92d158b4f6e4d31c92e9c07df35179529c4df13c45036108d022",
"i686": "c588991ed1f091dae8d2a5d64db492e06938acfea34906b8de1a7d69fc73c96b",
"x86_64": "1451ea882837e40d6fce3fa559c9d8d71e7a501034b4ddfd0fde5b110dd8460b"
}
},
"11": {
Expand Down
File renamed without changes.
6 changes: 3 additions & 3 deletions tur/gcc-12/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ TERMUX_PKG_HOMEPAGE=http://gcc.gnu.org/
TERMUX_PKG_DESCRIPTION="GNU C compiler"
TERMUX_PKG_LICENSE="GPL-3.0"
TERMUX_PKG_DEPENDS="binutils, libc++, libgmp, libmpfr, libmpc, libisl, zlib"
TERMUX_PKG_VERSION=12.3.0
TERMUX_PKG_VERSION=12.4.0
TERMUX_PKG_MAINTAINER="@licy183"
TERMUX_PKG_SRCURL=https://ftp.gnu.org/gnu/gcc/gcc-${TERMUX_PKG_VERSION}/gcc-${TERMUX_PKG_VERSION}.tar.gz
TERMUX_PKG_SHA256=11275aa7bb34cd8ab101d01b341015499f8d9466342a2574ece93f954d92273b
TERMUX_PKG_SHA256=5a30de2be740062bb3ddd3fd13c9b1bb4584d8f85616d33f23a713439d714148
TERMUX_PKG_BREAKS="binutils-is-llvm"
TERMUX_PKG_NO_STATICSPLIT=true
TERMUX_PKG_EXTRA_CONFIGURE_ARGS+="\
Expand Down Expand Up @@ -96,5 +96,5 @@ termux_step_post_make_install() {
# Copy the build spec file
cp $TERMUX_PKG_TMPDIR/specs $TERMUX_PREFIX/lib/gcc/$TERMUX_HOST_PLATFORM/$TERMUX_PKG_VERSION/
# Avoid extract `ndk-sysroot-gcc-compact` at building time.
TERMUX_PKG_DEPENDS+=", ndk-sysroot-gcc-compact"
TERMUX_PKG_DEPENDS+=", ndk-sysroot-gcc-compact (>= 26b-3)"
}

0 comments on commit 0d568d1

Please sign in to comment.