From ffce165124bcdf188924ed28a029f415447245b5 Mon Sep 17 00:00:00 2001 From: Kartatz <105828205+Kartatz@users.noreply.github.com> Date: Thu, 30 May 2024 13:53:30 -0300 Subject: [PATCH] Update to GCC 14.1.0 --- powerpc64le-unknown-linux-musl.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/powerpc64le-unknown-linux-musl.sh b/powerpc64le-unknown-linux-musl.sh index 5bebf03..31be0f2 100644 --- a/powerpc64le-unknown-linux-musl.sh +++ b/powerpc64le-unknown-linux-musl.sh @@ -6,7 +6,7 @@ declare packages=( 'https://web.archive.org/web/0if_/https://dl-3.alpinelinux.org/alpine/edge/main/ppc64le/linux-headers-6.3-r0.apk' ) -declare extra_configure_flags='--with-abi=elfv2' +declare extra_configure_flags='--with-abi=elfv2 --disable-decimal-float gcc_cv_target_ldbl128=no' declare triplet='powerpc64le-unknown-linux-musl'