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 16, 2024
1 parent 12290da commit 837a07e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,8 @@ function setup_gcc_source() {
echo "LIBcp1plugin_LTVERSION = -version-info 1:0" >> "${gcc_directory}/libversions"
echo "LIBgphobos_LTVERSION = -version-info 0:0" >> "${gcc_directory}/libversions"
echo "LIBgdruntime_LTVERSION = -version-info 0:0" >> "${gcc_directory}/libversions"


sed -i 's/gsed/sed/g' $gcc_directory/libgcc/config/t-hardfp
elif (( gcc_version >= 14 )); then
patch --directory="${gcc_directory}" --strip='1' --input="${workdir}/patches/0001-Disable-libfunc-support-for-hppa-unknown-openbsd.patch"
fi
Expand Down

0 comments on commit 837a07e

Please sign in to comment.