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 e103af1 commit e0c58c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,8 @@ if ! [ -f "${gcc_tarball}" ]; then
#sed -i 's/SIZE(HAVE_ATOMIC_TAS)/0/g; s/HAVE_ATOMIC_TAS/0/g' "${gcc_directory}/libatomic/tas_n.c"
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/00.patch"
${gcc_directory}/libatomic
patch --directory="${gcc_directory}/libatomic" --strip='1' --input="${workdir}/patches/00.patch"
cd ${gcc_directory}/libatomic
automake
fi

Expand Down

0 comments on commit e0c58c6

Please sign in to comment.