Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

gpkg/gcc-libs: update to 14.2.0 #299

Merged
merged 1 commit into from
Oct 15, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 5 additions & 3 deletions gpkg/gcc-libs/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ TERMUX_PKG_HOMEPAGE=https://gcc.gnu.org/
TERMUX_PKG_DESCRIPTION="Runtime libraries shipped by GCC"
TERMUX_PKG_LICENSE="GPL-3.0"
TERMUX_PKG_MAINTAINER="@termux-pacman"
TERMUX_PKG_VERSION=14.1.0
TERMUX_PKG_VERSION=14.2.0
TERMUX_PKG_SRCURL=https://ftp.gnu.org/gnu/gcc/gcc-$TERMUX_PKG_VERSION/gcc-$TERMUX_PKG_VERSION.tar.xz
TERMUX_PKG_SHA256=e283c654987afe3de9d8080bc0bd79534b5ca0d681a73a11ff2b5d3767426840
TERMUX_PKG_SHA256=a7b39bc69cbf9e25826c5a60ab26477001f7c08d85cec04bc0e29cabed6f3cc9
TERMUX_PKG_DEPENDS="glibc"
TERMUX_PKG_BUILD_DEPENDS="doxygen-glibc"
TERMUX_PKG_BREAKS="gcc-glibc-libs-dev"
Expand Down Expand Up @@ -45,21 +45,23 @@ termux_step_configure() {
--with-gmp=$TERMUX_PREFIX \
--with-mpfr=$TERMUX_PREFIX \
--with-mpc=$TERMUX_PREFIX \
--enable-clocale=gnu \
$CONFIGFLAG \
--disable-multilib \
--disable-bootstrap \
--disable-nls \
--enable-default-pie \
--enable-default-ssp \
--enable-languages=c,c++,fortran \
--with-system-zlib \
--enable-__cxa_atexit \
--enable-linker-build-id \
--enable-plugin \
--enable-libstdcxx-backtrace \
--with-linker-hash-style=gnu \
--enable-gnu-indirect-function \
--disable-werror \
--disable-checking \
--disable-static \
--enable-host-shared \
--disable-libssp \
--disable-libstdcxx-pch \
Expand Down