Skip to content

Commit

Permalink
[wip] Update to GCC 14.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Kartatz committed May 10, 2024
1 parent 2cc8b3c commit 1c4be6e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ fi
if ! [ -f "${gcc_tarball}" ]; then
wget --no-verbose 'https://ftp.gnu.org/gnu/gcc/gcc-14.1.0/gcc-14.1.0.tar.xz' --output-document="${gcc_tarball}"
tar --directory="$(dirname "${gcc_directory}")" --extract --file="${gcc_tarball}"

sed -i 's/@ARCH_ARM_LINUX_TRUE@@HAVE_IFUNC_TRUE@ tas_1_2_.lo/tas_1_2_.lo/g' "${gcc_directory}/libatomic/Makefile.in"
patch --directory="${gcc_directory}" --strip='1' --input="${workdir}/patches/0001-Disable-libfunc-support-for-hppa-unknown-netbsd.patch"
patch --directory="${gcc_directory}" --strip='1' --input="${workdir}/patches/0001-Fix-issues-with-fenv.patch"
patch --directory="${gcc_directory}" --strip='1' --input="${workdir}/patches/0001-Revert___atomic_test_and_set_Fall_back_to_library,_not_non-atomic_code.patch"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
From d3254de82bf38235c4e714440a93454f91cd71d8 Mon Sep 17 00:00:00 2001
From: Your Name <you@example.com>
From: Kartatz <[email protected].com>
Date: Fri, 10 May 2024 05:12:10 +0200
Subject: [PATCH] Disable annoying 'local symbol' warning on bfd linker

Expand Down

0 comments on commit 1c4be6e

Please sign in to comment.